Update `.travis.yml` to support newer `bison` on MacOS.

If it doesn't work, I will revert the last update to `parse.y`.
parent 682a31f9
...@@ -3,11 +3,17 @@ language: c ...@@ -3,11 +3,17 @@ language: c
sudo: false sudo: false
matrix: matrix:
include: - os: linux
- os: linux sudo: false
sudo: false - os: osx
- os: osx osx_image: xcode10.3
osx_image: xcode7.1 addons:
homebrew:
update: true
packages:
- flex
- gperf
- bison
env: env:
- MRUBY_CONFIG=travis_config.rb - MRUBY_CONFIG=travis_config.rb
......
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