source: EcnlProtoTool/trunk/mruby-1.2.0/.travis.yml@ 286

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

mruby版ECNLプロトタイピング・ツールを追加

File size: 452 bytes
Line 
1language: c
2
3sudo: false
4
5matrix:
6 include:
7 - os: linux
8 sudo: 9000
9 - os: osx
10 osx_image: xcod6.4
11
12addons:
13 apt:
14 packages:
15 - gperf
16
17env: MRUBY_CONFIG=travis_config.rb
18script: "./minirake all test"
19
20notifications:
21 # Update mruby-head installed on Travis CI so other projects can test against it.
22 webhooks:
23 urls:
24 - "https://rubies.travis-ci.org/rebuild/mruby-head"
25 on_success: always
26 on_failure: never
Note: See TracBrowser for help on using the repository browser.