From 5bf3c2a40e08a7e3ba578e016b7270cbdf0a0eae Mon Sep 17 00:00:00 2001 From: Justin Lambert Date: Mon, 12 Jan 2015 09:49:24 -0700 Subject: [PATCH] enable travis container environment --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04b936e3ce..98e7e5f3ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: ruby bundler_args: --without system_tests script: "bundle install && bundle exec rake validate && bundle exec rake test SPEC_OPTS='--format documentation'" +cache: bundler +sudo: false rvm: - 1.8.7 - 1.9.3