source: EcnlProtoTool/trunk/mruby-2.1.1/.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: 204 bytes
Line 
1language: c
2
3sudo: false
4
5matrix:
6 include:
7 - os: linux
8 sudo: false
9 - os: osx
10 osx_image: xcode7.1
11
12env:
13 - MRUBY_CONFIG=travis_config.rb
14script: "rake -m && rake test"
Note: See TracBrowser for help on using the repository browser.