diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-03 14:42:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-03 14:42:26 +0100 |
commit | 8acd05835651f0484f47d0a13f524536189e4bf0 (patch) | |
tree | 87b12e4a34216f149fff8331ec4cd489bea05417 /.travis.yml | |
parent | 3fae505128d5bfdeec42244820d0b85d0408f2b7 (diff) | |
download | redot-engine-8acd05835651f0484f47d0a13f524536189e4bf0.tar.gz |
Travis: Disable OSX and iOS temporarily
They haven't been updated yet for GLES3 support, so they will fail
all the time.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ca110a3073..f95df46a2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ os: - osx env: - - GODOT_TARGET=iphone - - GODOT_TARGET=osx + #- GODOT_TARGET=iphone + #- GODOT_TARGET=osx - GODOT_TARGET=x11 #- GODOT_TARGET=android - GODOT_TARGET=windows |