Unverified Commit f73ac411 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Update .travis.yml

parent 0e452a75
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment