Revert "Update .travis.yml"

This reverts commit f73ac4112f.
This change caused Travis errors.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-12-12 09:49:26 +09:00
parent 08a508cbee
commit 2db06c471e
+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 || brew link --overwrite gcc@6 ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install gcc@6 || breq link --overwrite gcc@6 ; fi
- export CC=gcc-6
- export CXX=g++-6
- export LD=gcc-6