diff options
author | sfan5 <sfan5@live.de> | 2019-07-17 15:36:51 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2019-07-17 15:36:51 +0200 |
commit | a6f784835244111c90c05b6aae47092c2c5763a7 (patch) | |
tree | 5fa886ab31212f4f4f517b614a57742b01b288ae | |
parent | 9fe32461540316d9ef06b2f06c02684c36c5fa94 (diff) | |
download | minetest-a6f784835244111c90c05b6aae47092c2c5763a7.tar.gz minetest-a6f784835244111c90c05b6aae47092c2c5763a7.tar.bz2 minetest-a6f784835244111c90c05b6aae47092c2c5763a7.zip |
travis: Disable macOS build
The build often hits the 50m time limit or fails with spurious errors.
It can be re-enabled when/if we figure out how to solve this.
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 2eb14a96f..bdf3e8d42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,10 +39,10 @@ matrix: compiler: gcc os: linux - - env: PLATFORM=Unix - compiler: clang - os: osx - osx_image: xcode8 +# - env: PLATFORM=Unix +# compiler: clang +# os: osx +# osx_image: xcode8 - env: PLATFORM=Unix COMPILER=gcc-6 compiler: gcc |