Skip to content

Commit

Permalink
[ci][travis] use xcode9
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Aug 28, 2018
1 parent 754ed12 commit 7a8e825
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,9 @@ matrix:
sudo: required
compiler: clang
- os: osx
osx_image: xcode7.3
osx_image: xcode9
- os: osx
osx_image: xcode6.1

#
# Some of the OS X images don't have cmake, contrary to what people
# on the Internet say
#
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew install cmake ; fi
osx_image: xcode9.4

#
# The addon source is automatically checked out in $TRAVIS_BUILD_DIR,
Expand Down

0 comments on commit 7a8e825

Please sign in to comment.