summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2019-07-17 15:36:51 +0200
committersfan5 <sfan5@live.de>2019-07-17 15:36:51 +0200
commita6f784835244111c90c05b6aae47092c2c5763a7 (patch)
tree5fa886ab31212f4f4f517b614a57742b01b288ae /.travis.yml
parent9fe32461540316d9ef06b2f06c02684c36c5fa94 (diff)
downloadminetest-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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
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