diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-04-27 18:52:43 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-04-27 18:52:43 +0900 |
| commit | 8dee2e3984c3de34586968c2571750a4b2094b39 (patch) | |
| tree | 81da75e3f58d9ff20055d4c34425d0ca09bc14d5 /.travis.yml | |
| parent | 8e86e64d7843ad5741384e98ab5358d9414a558d (diff) | |
| download | mruby-8dee2e3984c3de34586968c2571750a4b2094b39.tar.gz mruby-8dee2e3984c3de34586968c2571750a4b2094b39.zip | |
Updating `parse.y for recent `bison` (retry).
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 11 |
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 |
