travis-CI migration

Migrating from legacy to container-based infrastructure.
http://docs.travis-ci.com/user/migrating-from-legacy/
parent 3f508d90
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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment