Specify `MRUBY_TARGET` in CI configuration YAML.

parent fa18ffa9
......@@ -8,7 +8,7 @@ jobs:
- export PATH="/usr/local/opt/bison/bin:$PATH"
env:
- MRUBY_CONFIG=travis_config.rb
- MRUBY_TARGET=travis
script:
- rake gensym && rake -m && rake test
......@@ -39,7 +39,8 @@ init:
- ruby --version
build_script:
- set MRUBY_CONFIG=appveyor_config.rb
- set YACC=.\win_flex_bison\win_bison.exe
- set MRUBY_TARGET=appveyor
- rake gensym
- rake -m -j4
- 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