Fix incorrect location of overriding osx_image

This commit is contained in:
Srivats P 2017-01-03 21:16:15 +05:30
parent 00a487cb6f
commit 232dfdb0bc

View File

@ -3,6 +3,7 @@ language: cpp
os: os:
- linux - linux
- osx - osx
osx_image: xcode8.2 # force sierra for cartr/qt4
compiler: compiler:
- gcc - gcc
@ -11,7 +12,6 @@ compiler:
matrix: matrix:
exclude: exclude:
- os: osx - os: osx
osx_image: xcode8.2 # force sierra for cartr/qt4
compiler: gcc compiler: gcc
before_install: before_install: