summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-02-17 23:23:21 +0100
committerRémi Verschelde <rverschelde@gmail.com>2016-02-17 23:23:21 +0100
commit25e1dc4b7fbd5373bfaebd3ece43787466469747 (patch)
tree9c182ee24faa76282cfc2111137ce7a51f0d68b2 /.travis.yml
parent77fd9b1c57107ec15193eed96b9a9b10dcc8418f (diff)
downloadredot-engine-25e1dc4b7fbd5373bfaebd3ece43787466469747.tar.gz
Remove two redundant CI builds
We only have 5 build nodes on Travis CI, and building every PR takes a huge time.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a8ecc62c58..032e6aa0b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,10 +32,14 @@ matrix:
env: GODOT_TARGET=windows
- compiler: gcc
env: GODOT_TARGET=iphone
+ - compiler: gcc
+ env: GODOT_TARGET=osx
- compiler: clang
env: GODOT_TARGET=android
- compiler: clang
env: GODOT_TARGET=windows
+ - compiler: clang
+ env: GODOT_TARGET=x11
before_script: