Skip to content

Commit 04b41f0

Browse files
henryiiijagerman
authored andcommitted
Upgrading to Xcode 9 & fix OSX/Py3 build failure
* Upgrades to latest stable Xcode (9) * Fixes build error in the OS X/Python 3 build.
1 parent 1e6172d commit 04b41f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ matrix:
6767
osx_image: xcode7.3
6868
env: PYTHON=2.7 CPP=14 CLANG CMAKE=1
6969
- os: osx
70-
osx_image: xcode8.3
70+
osx_image: xcode9
7171
env: PYTHON=3.6 CPP=14 CLANG DEBUG=1
7272
# Test a PyPy 2.7 build
7373
- os: linux
@@ -138,7 +138,7 @@ before_install:
138138
PY_CMD=python$PYTHON
139139
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
140140
if [ "$PY" = "3" ]; then
141-
brew install python$PY;
141+
brew update && brew install python$PY;
142142
else
143143
curl -fsSL https://bootstrap.pypa.io/get-pip.py | $PY_CMD - --user
144144
fi

0 commit comments

Comments
 (0)