diff options
| author | KOBAYASHI Shuji <[email protected]> | 2020-04-30 13:30:55 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:20:46 +0900 |
| commit | d33b9dc81f08bef62b102642194e57e75ca89955 (patch) | |
| tree | 4150b4a973ddba8e4df09965e5e101829fa8744a | |
| parent | d612344e48e4021d82110a95d3603980c2906cc8 (diff) | |
| download | mruby-d33b9dc81f08bef62b102642194e57e75ca89955.tar.gz mruby-d33b9dc81f08bef62b102642194e57e75ca89955.zip | |
Refine `.travis.yml`
* Disable automatic update and clean up on `brew install` (install time
160 sec -> 5 sec).
* Avoid using deprecated keys.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d67e45df7..8578c016e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
