mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
committed by
Yukihiro "Matz" Matsumoto
parent
d612344e48
commit
d33b9dc81f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user