skip checking for deltas in Gemfile.lock with bundler 1.10.x

thanks to @firefart for the filter
This commit is contained in:
Brent Cook 2015-05-29 10:23:54 -05:00
parent bb444a8259
commit 635a37681d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ before_script:
- bundle exec rake db:migrate
script:
# fail build if db/schema.rb update is not committed
- git diff --exit-code && bundle exec rake $RAKE_TASKS
- git diff --exit-code -- . ':!Gemfile.lock' && bundle exec rake $RAKE_TASKS
sudo: false
rvm:
- '2.1.6'