Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 2652512

Browse files
author
Trung Lê
committed
Remove testing against XCode 9.2
Upstream setuptools, pip and wheel yields dyld: lazy symbol binding failed: Symbol not found: _utimensat error
1 parent 2c3f629 commit 2652512

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ matrix:
1010
- rvm: 2.5.1
1111
os: osx
1212
osx_image: xcode9.4.1
13-
- rvm: 2.5.1
14-
os: osx
15-
osx_image: xcode9.2
1613
allow_failures:
1714
- rvm: rubinius-3
1815
fast_finish: true
@@ -25,7 +22,6 @@ bundler_args: --jobs=4 --retry=3
2522
before_install:
2623
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
2724
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update --system; fi
28-
- if [ "$TRAVIS_OS_NAME" == "osx"]; then xcode-select --install; fi
2925
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" == "system" ]; then sudo gem install bundler; fi
3026
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" != "system" ]; then gem update --system; fi
3127
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" != "system" ]; then gem update bundler; fi

0 commit comments

Comments
 (0)