Added sudo and cache lines to .travis.yml file for new Travis container approach

This commit is contained in:
Al Snow
2015-08-27 09:39:22 -04:00
parent 991a01f57c
commit 1f22eca866
+2
View File
@@ -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