diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-10-03 19:14:07 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-10-03 19:14:07 +0900 |
| commit | e1ec2b02bebabca9ae6de14709c8ae0724a626be (patch) | |
| tree | 753d9e250ca65aa3ee828bcba40c880a3bb474e2 | |
| parent | 3f508d90da77c3f24757b1f6df4cba602c778ddd (diff) | |
| download | mruby-e1ec2b02bebabca9ae6de14709c8ae0724a626be.tar.gz mruby-e1ec2b02bebabca9ae6de14709c8ae0724a626be.zip | |
travis-CI migration
Migrating from legacy to container-based infrastructure.
http://docs.travis-ci.com/user/migrating-from-legacy/
| -rw-r--r-- | .travis.yml | 8 |
1 files 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" |
