use built in travis caching

make sure bundle update is run so that the latest gems are used
This commit is contained in:
Josh Kalderimis 2014-11-19 17:08:07 -05:00
parent 4599b57798
commit 3015ac458d
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ services:
sudo: false
cache: bundler
env:
matrix:
- DEVISE_ORM=mongoid
@ -23,6 +25,8 @@ env:
before_install: "rm ${BUNDLE_GEMFILE}.lock"
before_script: "bundle update"
script: "bundle exec rake test"
notifications: