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:
parent
77fd9b1c57
commit
25e1dc4b7f
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue