From b5569906f4aaf02e5b87d09c4f2b2626f1dc2a5a Mon Sep 17 00:00:00 2001 From: Jesse Cooke Date: Tue, 3 Feb 2015 11:02:57 -0800 Subject: [PATCH] Update .travis.yml for faster runs The --retry is default on Travis now. Use Travis container for faster tests. Cache Bundler downloads. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b91d757..b68ca64b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby script: 'bundle exec rake test:coverage' -install: - - bundle install --retry=3 +sudo: false +cache: bundler rvm: - 2.0.0 - 2.1.0