remove the relevant Gemfile.lock

This commit is contained in:
Josh Kalderimis 2014-11-19 14:54:31 -05:00
parent cf53131ed6
commit 4599b57798
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ env:
- DEVISE_ORM=mongoid
- DEVISE_ORM=active_record
before_install: "rm Gemfile.lock"
before_install: "rm ${BUNDLE_GEMFILE}.lock"
script: "bundle exec rake test"