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
@ -32,10 +32,14 @@ matrix:
|
|||||||
env: GODOT_TARGET=windows
|
env: GODOT_TARGET=windows
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: GODOT_TARGET=iphone
|
env: GODOT_TARGET=iphone
|
||||||
|
- compiler: gcc
|
||||||
|
env: GODOT_TARGET=osx
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: GODOT_TARGET=android
|
env: GODOT_TARGET=android
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: GODOT_TARGET=windows
|
env: GODOT_TARGET=windows
|
||||||
|
- compiler: clang
|
||||||
|
env: GODOT_TARGET=x11
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user