Travis: Disable OSX and iOS temporarily
They haven't been updated yet for GLES3 support, so they will fail all the time.
This commit is contained in:
parent
3fae505128
commit
8acd058356
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ os:
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- GODOT_TARGET=iphone
|
#- GODOT_TARGET=iphone
|
||||||
- GODOT_TARGET=osx
|
#- GODOT_TARGET=osx
|
||||||
- GODOT_TARGET=x11
|
- GODOT_TARGET=x11
|
||||||
#- GODOT_TARGET=android
|
#- GODOT_TARGET=android
|
||||||
- GODOT_TARGET=windows
|
- GODOT_TARGET=windows
|
||||||
|
|
Loading…
Reference in a new issue