travis-CI migration

Migrating from legacy to container-based infrastructure.
http://docs.travis-ci.com/user/migrating-from-legacy/
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-10-03 19:14:07 +09:00
parent 3f508d90da
commit e1ec2b02be
+6 -2
View File
@@ -1,5 +1,7 @@
language: c
sudo: false
matrix:
include:
- os: linux
@@ -7,8 +9,10 @@ matrix:
- os: osx
osx_image: xcod6.4
install:
- if [ $TRAVIS_OS_NAME = 'linux' ]; then sudo apt-get update -qq; sudo apt-get -q install gperf; fi
addons:
apt:
packages:
- gperf
env: MRUBY_CONFIG=travis_config.rb
script: "./minirake all test"