Make osx_image global

This commit is contained in:
Srivats P 2017-01-04 18:21:07 +05:30
parent d90a99f052
commit 33ad1abb1e

View File

@ -1,4 +1,5 @@
language: cpp language: cpp
osx_image: xcode8.2
os: os:
- linux - linux
@ -12,9 +13,6 @@ matrix:
exclude: exclude:
- os: osx - os: osx
compiler: gcc compiler: gcc
include:
- os: osx
osx_image: xcode8.2
before_install: 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" - "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"