Remove two redundant CI builds

We only have 5 build nodes on Travis CI, and building every PR takes a huge time.
This commit is contained in:
Rémi Verschelde 2016-02-17 23:23:21 +01:00
parent 77fd9b1c57
commit 25e1dc4b7f

View file

@ -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: