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
cc587e6535
commit
92d8012b4e
@@ -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_TARGET=travis
|
||||
|
||||
Reference in New Issue
Block a user