source: EcnlProtoTool/trunk/mrbgems/mruby-onig-regexp/.travis.yml@ 439

Last change on this file since 439 was 439, checked in by coas-nagasima, 4 years ago

mrubyを2.1.1に更新

File size: 233 bytes
Line 
1sudo: false
2addons:
3 apt:
4 packages:
5 - gperf
6script:
7 - export MRUBY_CONFIG="$TRAVIS_BUILD_DIR/.travis_config.rb"
8 - git clone --depth 1 "https://github.com/mruby/mruby.git"
9 - cd mruby
10 - ./minirake all test
Note: See TracBrowser for help on using the repository browser.