Skip to content

Commit

Permalink
travis: bump up osx_image version to 10.2
Browse files Browse the repository at this point in the history
To avoid re-compiling homebrew dependencies.
  • Loading branch information
justinjoy authored and rndi committed Aug 8, 2019
1 parent c929c61 commit 1d7196e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ matrix:
- env: BUILD_TYPE=Debug
- env: BUILD_TYPE=Release
- os: osx
osx_image: xcode7.3
osx_image: xcode10.2
env: BUILD_TYPE=Debug
before_install: brew update
install: brew install openssl gnutls nettle
- os: osx
osx_image: xcode7.3
before_install: brew update
install: brew install openssl gnutls nettle
osx_image: xcode10.2
env: BUILD_TYPE=Release
- os: linux
compiler: x86_64-w64-mingw32-g++
Expand Down

0 comments on commit 1d7196e

Please sign in to comment.