Added sudo and cache lines to .travis.yml file for new Travis container approach
This commit is contained in:
@@ -3,4 +3,6 @@ rvm:
|
|||||||
- "2.2.3"
|
- "2.2.3"
|
||||||
before_script: rake db:setup
|
before_script: rake db:setup
|
||||||
before_script: bundle exec rake db:setup
|
before_script: bundle exec rake db:setup
|
||||||
|
cache: bundler
|
||||||
|
sudo: false
|
||||||
env: RAILSGOAT_MAINTAINER=true
|
env: RAILSGOAT_MAINTAINER=true
|
||||||
Reference in New Issue
Block a user