summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-12-11 22:17:30 +0900
committerGitHub <[email protected]>2017-12-11 22:17:30 +0900
commitf73ac4112fe8afeadb30cda340cb7fa7cd3b7444 (patch)
treebd9aefcf0c354b1a8b5a3b44fcd10d6c5101b73f /.travis.yml
parent0e452a75acc1bd5670cb4f4ec52bf1cb475268ce (diff)
downloadmruby-f73ac4112fe8afeadb30cda340cb7fa7cd3b7444.tar.gz
mruby-f73ac4112fe8afeadb30cda340cb7fa7cd3b7444.zip
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d9e2fa50a..41da89841 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 || 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