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:
parent
4599b57798
commit
3015ac458d
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue