We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddef471 + c06fa58 commit 75ee1a5Copy full SHA for 75ee1a5
1 file changed
.travis.yml
@@ -40,6 +40,7 @@ sudo: false
40
41
script:
42
- set -e
43
+ - if [ "$TRAVIS_OSX_IMAGE" = "xcode8.3" ]; then brew reinstall --build-from-source ruby; fi
44
- echo "Configuring MacVim" && echo -en "travis_fold:start:config\\r"
45
- NPROC=$(getconf _NPROCESSORS_ONLN)
46
- ./configure $CONFOPT --enable-fail-if-missing
0 commit comments