Skip to content

Commit

Permalink
Fix osx_image location again
Browse files Browse the repository at this point in the history
  • Loading branch information
pstavirs committed Jan 3, 2017
1 parent 232dfdb commit 4038ca8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: cpp
os:
- linux
- osx
osx_image: xcode8.2 # force sierra for cartr/qt4

compiler:
- gcc
Expand All @@ -13,6 +12,8 @@ matrix:
exclude:
- os: osx
compiler: gcc
- os: osx
osx_image: xcode8.2

before_install:
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew tap cartr/qt4 && brew tap-pin cartr/qt4 && brew install qt && brew install protobuf && ls -lR /usr/local/include; fi"
Expand Down

0 comments on commit 4038ca8

Please sign in to comment.