mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
1ba61f055c
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.
19 lines
228 B
YAML
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"
|