mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
e1ec2b02be
Migrating from legacy to container-based infrastructure. http://docs.travis-ci.com/user/migrating-from-legacy/
27 lines
452 B
YAML
27 lines
452 B
YAML
language: c
|
|
|
|
sudo: false
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
sudo: 9000
|
|
- os: osx
|
|
osx_image: xcod6.4
|
|
|
|
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
|