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

This commit is contained in:
KOBAYASHI Shuji
2020-05-26 11:56:35 +09:00
committed by Yukihiro "Matz" Matsumoto
parent 1122124f97
commit cc587e6535
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -3,9 +3,6 @@ language: c
jobs:
- os: linux
- 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:
- MRUBY_TARGET=travis
+1 -1
View File
@@ -38,7 +38,7 @@ init:
- set PATH=C:\Ruby26-x64\bin;%PATH%
- ruby --version
build_script:
- set YACC=.\win_flex_bison\win_bison.exe
- set MRUBY_TARGET=appveyor
- rake -E $stdout.sync=true test