Use XCode7.3 in Mac OS X builds

This commit is contained in:
Roberto Di Remigio 2017-05-18 10:10:32 +02:00
parent 98ba4cf3b2
commit 4ecba13766
No known key found for this signature in database
GPG Key ID: E4FADFE6DFB29C6E

View File

@ -53,17 +53,16 @@ matrix:
- libboost-all-dev
- os: osx
osx_image: xcode6.4
osx_image: xcode7.3
compiler: gcc
env:
- SOURCES=homebrew
- HOMEBREW_GCC='homebrew/versions/gcc48'
install:
- |
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
brew install cmake boost python open-mpi
brew reinstall ${HOMEBREW_GCC}
brew reinstall gcc
pip install virtualenv
elif [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
pip install --user virtualenv