Files
mruby-mruby/.travis.yml
T
Hiro Asari 1ba61f055c Remove webhook notification for Travis CI
As travis-rubies now uses 3 Mac jobs to create archives for various OS
releases.

This is a bit wasteful if multiple builds pass in a short period.

Instead, Travis CI is now running a nightly build of mruby-head
(around 22:30 UTC). This will happen regardless of the state of the
master branch.
2016-11-16 19:41:40 -05:00

19 lines
228 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"