Skip to content

Commit

Permalink
Travis: Reenable osx and iphone builds
Browse files Browse the repository at this point in the history
We disabled them due to Travis having big infrastructure issues for osx builds,
but it seems to be back under control now.
  • Loading branch information
akien-mga committed Apr 10, 2018
1 parent cb7fe2c commit 6c2d362
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ matrix:
- env: GODOT_TARGET=android TOOLS=no CACHE_NAME=${GODOT_TARGET}-gcc
os: linux
compiler: gcc
#- env: GODOT_TARGET=osx TOOLS=yes CACHE_NAME=${GODOT_TARGET}-clang-tools
# os: osx
# compiler: clang
#- env: GODOT_TARGET=iphone TOOLS=no CACHE_NAME=${GODOT_TARGET}-clang
# os: osx
# compiler: clang
- env: GODOT_TARGET=osx TOOLS=yes CACHE_NAME=${GODOT_TARGET}-clang-tools
os: osx
compiler: clang
- env: GODOT_TARGET=iphone TOOLS=no CACHE_NAME=${GODOT_TARGET}-clang
os: osx
compiler: clang

addons:
apt:
Expand Down

0 comments on commit 6c2d362

Please sign in to comment.