Unverified Commit c89ca5eb authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4988 from shuujii/refine-.travis.yml

Refine `.travis.yml`
parents 69a487c4 1a4b8623
language: c
sudo: false
matrix:
jobs:
- os: linux
sudo: false
- os: osx
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"
env:
- 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