update osx_image in .travis.yml

This commit is contained in:
Eric Wasylishen 2017-01-25 00:26:11 -07:00
parent cc71ad024f
commit afccc1e645
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ matrix:
dist: trusty
sudo: required
- os: osx
osx_image: xcode7.2
osx_image: xcode8.2
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi