Skip to content

Commit c98808d

Browse files
committed
Fix configuration for macOS on travis-ci
1 parent da127f6 commit c98808d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,19 @@ env:
2525
matrix:
2626
include:
2727
- os: osx
28+
osx_image: xcode9
2829
compiler: clang
29-
rvm: 2.4.2
30+
rvm: 2.4.1
3031
env: PYENV_VERSION=3.6.2
3132
- os: osx
33+
osx_image: xcode9
3234
compiler: clang
33-
rvm: 2.4.2
35+
rvm: 2.4.1
3436
env: PYENV_VERSION=system LIBPYTHON=versions/3.6.2/lib/libpython3.6m.so
3537
- os: osx
38+
osx_image: xcode9
3639
compiler: clang
37-
rvm: 2.4.2
40+
rvm: 2.4.1
3841
env: PYENV_VERSION=miniconda3-4.3.11
3942
allow_failure:
4043
- os: osx

0 commit comments

Comments
 (0)