mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Revert "Update .travis.yml"
This reverts commit f73ac4112f.
This change caused Travis errors.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user