Make osx_image global
This commit is contained in:
parent
d90a99f052
commit
33ad1abb1e
@ -1,4 +1,5 @@
|
||||
language: cpp
|
||||
osx_image: xcode8.2
|
||||
|
||||
os:
|
||||
- linux
|
||||
@ -12,9 +13,6 @@ matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
include:
|
||||
- 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"
|
||||
|
Loading…
Reference in New Issue
Block a user