diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-12-11 19:36:52 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-11 19:36:52 +0900 |
| commit | 0e452a75acc1bd5670cb4f4ec52bf1cb475268ce (patch) | |
| tree | e2e3d8a4bc47633bec69882d199acd8e8d616024 | |
| parent | b763759972225162bc3f5275f60b113e49d8af0c (diff) | |
| download | mruby-0e452a75acc1bd5670cb4f4ec52bf1cb475268ce.tar.gz mruby-0e452a75acc1bd5670cb4f4ec52bf1cb475268ce.zip | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 771e782e8..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 ; 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 |
