Update .travis.yml

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-12-11 22:17:30 +09:00
committed by GitHub
parent 0e452a75ac
commit f73ac4112f
+1 -1
View File
@@ -19,7 +19,7 @@ addons:
env:
MRUBY_CONFIG=travis_config.rb
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install gcc@6 || breq link --overwrite gcc@6 ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install gcc@6 || brew link --overwrite gcc@6 ; fi
- export CC=gcc-6
- export CXX=g++-6
- export LD=gcc-6