summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-12-12 09:49:26 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2017-12-12 09:49:26 +0900
commit2db06c471ea5bf7d7e1cd0405a2cc059b0ddf85a (patch)
tree0ad4edd58ceb004ae8c63e2868af158e56c63693
parent08a508cbee2d5e70240e0af6cffd0115993d6f4a (diff)
downloadmruby-2db06c471ea5bf7d7e1cd0405a2cc059b0ddf85a.tar.gz
mruby-2db06c471ea5bf7d7e1cd0405a2cc059b0ddf85a.zip
Revert "Update .travis.yml"
This reverts commit f73ac4112fe8afeadb30cda340cb7fa7cd3b7444. This change caused Travis errors.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 41da89841..d9e2fa50a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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