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

Commit 2c3f629

Browse files
author
Trung Lê
committed
Fix failed Xcode9.2 failed build
1 parent ba87166 commit 2c3f629

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ bundler_args: --jobs=4 --retry=3
2525
before_install:
2626
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
2727
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update --system; fi
28+
- if [ "$TRAVIS_OS_NAME" == "osx"]; then xcode-select --install; fi
2829
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" == "system" ]; then sudo gem install bundler; fi
2930
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" != "system" ]; then gem update --system; fi
3031
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" != "system" ]; then gem update bundler; fi

0 commit comments

Comments
 (0)