1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

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

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: