Commit 1a4b8623 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Refine `.travis.yml`

* Disable automatic update and clean up on `brew install` (install time
  160 sec -> 5 sec).
* Avoid using deprecated keys.
parent e2ac2a82
language: c language: c
sudo: false jobs:
matrix:
- os: linux - os: linux
sudo: false
- os: osx - os: osx
before_install: before_install:
- brew install bison - HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1 brew install bison
- export PATH="/usr/local/opt/bison/bin:$PATH" - export PATH="/usr/local/opt/bison/bin:$PATH"
env: env:
- MRUBY_CONFIG=travis_config.rb - MRUBY_CONFIG=travis_config.rb
script: "rake -m && rake test"
script:
- rake -m && rake test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment