mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Removed Bison related settings from .travis.yml and appveyor.yml
This commit is contained in:
committed by
Yukihiro "Matz" Matsumoto
parent
1122124f97
commit
cc587e6535
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user