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

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

ファイルを追加、更新。

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