Skip to content

Commit

Permalink
Move travis CI to use xcode 9 instead of 7.3 (#266)
Browse files Browse the repository at this point in the history
* Move travis CI to use xcode 9 instead of 7.3
  • Loading branch information
SeanCurtis-TRI authored Aug 3, 2018
1 parent 8fb2ce0 commit 8d7dc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ matrix:
compiler: clang
env: BUILD_TYPE=Release COVERALLS=OFF
- os: osx
osx_image: xcode7.3
osx_image: xcode9
compiler: clang
env: BUILD_TYPE=Debug COVERALLS=OFF
- os: osx
osx_image: xcode7.3
osx_image: xcode9
compiler: clang
env: BUILD_TYPE=Release COVERALLS=OFF

Expand Down

0 comments on commit 8d7dc8f

Please sign in to comment.