Skip to content

Commit

Permalink
travis: Update to xcode9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
exjam committed Jun 22, 2018
1 parent 28ecae6 commit 7db73da
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -6,7 +6,7 @@ matrix:
sudo: required
dist: trusty
- os: osx
osx_image: xcode9
osx_image: xcode9.4

addons:
apt:
Expand All @@ -29,10 +29,13 @@ cache:
directories:
- "$HOME/.local"

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew bundle; fi

install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 90; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew upgrade && brew install sdl2; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2; fi

script:
- cd "$TRAVIS_BUILD_DIR"
Expand Down

0 comments on commit 7db73da

Please sign in to comment.