mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
95edcc8f58
/cc @banzaiman https://github.com/mruby/mruby/commit/bfcc55fbf98665b33ca7110349aeb66d3ef0df1d#commitcomment-14812510
27 lines
453 B
YAML
27 lines
453 B
YAML
language: c
|
|
|
|
sudo: false
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
sudo: 9000
|
|
- os: osx
|
|
osx_image: xcode7.1
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- gperf
|
|
|
|
env: MRUBY_CONFIG=travis_config.rb
|
|
script: "./minirake all test"
|
|
|
|
notifications:
|
|
# Update mruby-head installed on Travis CI so other projects can test against it.
|
|
webhooks:
|
|
urls:
|
|
- "https://rubies.travis-ci.org/rebuild/mruby-head"
|
|
on_success: always
|
|
on_failure: never
|