From 1f22eca86642ef920965c51abd8c8de9265e37dd Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 27 Aug 2015 09:39:22 -0400 Subject: [PATCH] Added sudo and cache lines to .travis.yml file for new Travis container approach --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bb238c3..e8f2681 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,6 @@ rvm: - "2.2.3" before_script: rake db:setup before_script: bundle exec rake db:setup +cache: bundler +sudo: false env: RAILSGOAT_MAINTAINER=true \ No newline at end of file