mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Update .travis.yml to support newer bison on MacOS.
If it doesn't work, I will revert the last update to `parse.y`.
This commit is contained in:
+11
-5
@@ -3,11 +3,17 @@ language: c
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
sudo: false
|
||||
- os: osx
|
||||
osx_image: xcode7.1
|
||||
- os: linux
|
||||
sudo: false
|
||||
- os: osx
|
||||
osx_image: xcode10.3
|
||||
addons:
|
||||
homebrew:
|
||||
update: true
|
||||
packages:
|
||||
- flex
|
||||
- gperf
|
||||
- bison
|
||||
|
||||
env:
|
||||
- MRUBY_CONFIG=travis_config.rb
|
||||
|
||||
Reference in New Issue
Block a user