Skip to content

Commit

Permalink
Use newer osx image: xcode9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulthomson committed May 7, 2019
1 parent e8c885a commit d9a6faf
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 @@ -13,13 +13,13 @@ matrix:
sudo: required
env: BUILD_PLATFORM="Linux_x64" Configuration="Release"
- os: osx
osx_image: xcode8.3
osx_image: xcode9.4
env: BUILD_PLATFORM="Mac_x64" Configuration="Debug"
cache:
directories:
- $HOME/Library/Caches/Homebrew
- os: osx
osx_image: xcode8.3
osx_image: xcode9.4
env: BUILD_PLATFORM="Mac_x64" Configuration="Release"
cache:
directories:
Expand Down

0 comments on commit d9a6faf

Please sign in to comment.