Travis CI: bump OS X and XCode version.

This commit is contained in:
Lei Zhang 2016-06-24 15:48:34 -04:00
parent 5065227748
commit df37653333

View File

@ -10,6 +10,10 @@ os:
sudo: required
dist: trusty
# Use OS X 10.11 with XCode 7.2
# https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version
osx_image: xcode7.2
env:
# Each line is a set of environment variables set before a build.
# Thus each line represents a different build configuration.
@ -39,8 +43,8 @@ addons:
- ninja-build
before_install:
# Install ninja on Mac OS X.
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install ninja; fi
# Install cmake & ninja on Mac OS X.
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install cmake ninja; fi
before_script:
- git clone https://github.com/KhronosGroup/SPIRV-Headers.git external/spirv-headers