summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-04-27 18:52:43 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-04-27 18:52:43 +0900
commit8dee2e3984c3de34586968c2571750a4b2094b39 (patch)
tree81da75e3f58d9ff20055d4c34425d0ca09bc14d5 /.travis.yml
parent8e86e64d7843ad5741384e98ab5358d9414a558d (diff)
downloadmruby-8dee2e3984c3de34586968c2571750a4b2094b39.tar.gz
mruby-8dee2e3984c3de34586968c2571750a4b2094b39.zip
Updating `parse.y for recent `bison` (retry).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index acf1fc7f6..2d83cbcdf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,14 +6,9 @@ matrix:
- os: linux
sudo: false
- os: osx
- osx_image: xcode10.3
- addons:
- homebrew:
- update: true
- packages:
- - flex
- - gperf
- - bison
+ before_install:
+ - brew install bison
+ - export PATH="/usr/local/opt/bison/bin:$PATH"
env:
- MRUBY_CONFIG=travis_config.rb