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