From 0933cf20b57db4a281871f8c57ef746211dea173 Mon Sep 17 00:00:00 2001 From: Jesse Cooke Date: Tue, 3 Feb 2015 11:05:54 -0800 Subject: [PATCH] Update .travis.yml for faster runs Use Travis container for faster tests. Cache Bundler downloads. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 110ce6d1e..17ec9d4ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: ruby +sudo: false +cache: bundler script: 'bundle exec rake test:coverage' rvm: - 2.0.0