Add Travis-CI xcode 7.2 testing.

This commit is contained in:
Rene Rivera
2015-12-22 09:09:44 -06:00
parent 377f96bc14
commit afedd8077c

View File

@ -44,6 +44,9 @@ matrix:
- os: osx - os: osx
env: TOOLSET=xcode-7.1 env: TOOLSET=xcode-7.1
osx_image: xcode7.1 osx_image: xcode7.1
- os: osx
env: TOOLSET=xcode-7.2
osx_image: xcode7.2
before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py" before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
install: python script.py install install: python script.py install