diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-04-27 12:21:35 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-04-27 12:21:35 +0900 |
| commit | e79e97225557300dec5615a1575b3f3ea9a2c65d (patch) | |
| tree | 50190fe20b5e807fba8dd72300e477943eee6618 | |
| parent | 682a31f92b3ac86ca59f7e8e740197e50b4452e5 (diff) | |
| download | mruby-e79e97225557300dec5615a1575b3f3ea9a2c65d.tar.gz mruby-e79e97225557300dec5615a1575b3f3ea9a2c65d.zip | |
Update `.travis.yml` to support newer `bison` on MacOS.
If it doesn't work, I will revert the last update to `parse.y`.
| -rw-r--r-- | .travis.yml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index fde7f7525..acf1fc7f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
