Skip to content

Commit 75ee1a5

Browse files
authored
Merge pull request #832 from ichizok/fix/ci
Fix CI for ruby on Xcode 8 / Sierra
2 parents ddef471 + c06fa58 commit 75ee1a5

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
@@ -40,6 +40,7 @@ sudo: false
4040

4141
script:
4242
- set -e
43+
- if [ "$TRAVIS_OSX_IMAGE" = "xcode8.3" ]; then brew reinstall --build-from-source ruby; fi
4344
- echo "Configuring MacVim" && echo -en "travis_fold:start:config\\r"
4445
- NPROC=$(getconf _NPROCESSORS_ONLN)
4546
- ./configure $CONFOPT --enable-fail-if-missing

0 commit comments

Comments
 (0)