Refine .travis.yml

* Disable automatic update and clean up on `brew install` (install time
  160 sec -> 5 sec).
* Avoid using deprecated keys.
This commit is contained in:
KOBAYASHI Shuji
2020-04-30 13:30:55 +09:00
committed by Yukihiro "Matz" Matsumoto
parent d612344e48
commit d33b9dc81f
+3
View File
@@ -3,6 +3,9 @@ language: c
jobs:
- os: linux
- os: osx
before_install:
- HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1 brew install bison
- export PATH="/usr/local/opt/bison/bin:$PATH"
env:
- MRUBY_CONFIG=travis_config.rb