mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 02:00:57 +00:00
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
|
||||
- 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 New Issue
Block a user