Unverified Commit cc587e65 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji Committed by Yukihiro "Matz" Matsumoto

Removed Bison related settings from `.travis.yml` and `appveyor.yml`

parent 1122124f
...@@ -3,9 +3,6 @@ language: c ...@@ -3,9 +3,6 @@ language: c
jobs: jobs:
- os: linux - os: linux
- os: osx - os: osx
before_install:
- HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1 brew install bison
- export PATH="/usr/local/opt/bison/bin:$PATH"
env: env:
- MRUBY_TARGET=travis - MRUBY_TARGET=travis
......
...@@ -38,7 +38,7 @@ init: ...@@ -38,7 +38,7 @@ init:
- set PATH=C:\Ruby26-x64\bin;%PATH% - set PATH=C:\Ruby26-x64\bin;%PATH%
- ruby --version - ruby --version
build_script: build_script:
- set YACC=.\win_flex_bison\win_bison.exe
- set MRUBY_TARGET=appveyor - set MRUBY_TARGET=appveyor
- rake -E $stdout.sync=true test - rake -E $stdout.sync=true test
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