From e1ec2b02bebabca9ae6de14709c8ae0724a626be Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 3 Oct 2015 19:14:07 +0900 Subject: travis-CI migration Migrating from legacy to container-based infrastructure. http://docs.travis-ci.com/user/migrating-from-legacy/ --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bcfce3984..fa57b936d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" -- cgit v1.2.3