diff options
author | Josh Kalderimis <josh.kalderimis@gmail.com> | 2014-11-26 01:01:07 +0100 |
---|---|---|
committer | Josh Kalderimis <josh.kalderimis@gmail.com> | 2014-11-26 01:01:07 +0100 |
commit | 27f7ff644d9d1c40bb10ee4e468164b2192e739a (patch) | |
tree | 3ce10176c262d1586ba7279f3df6b5c79b2bfb29 /.travis.yml | |
parent | e38a3b22b827972e0bcddcc1a9127bd156b6f0d0 (diff) | |
download | chef-27f7ff644d9d1c40bb10ee4e468164b2192e739a.tar.gz |
Use the new build env on Travis
more ram and cpu, improved network and vm boot times
docs.travis-ci.com/user/workers/container-based-infrastructure
more docs soon
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2ce7238619..5ac17fccff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +language: ruby + +sudo: false # Early warning system to catch if Rubygems breaks something before_install: gem update --system |