Skip to content

Commit

Permalink
Respect Gemfile.lock when swapping DB on Travis
Browse files Browse the repository at this point in the history
Copy Gemfile.lock to the ci directory before bundling.
  • Loading branch information
reidab committed Oct 25, 2013
1 parent 7f14647 commit 3df178c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: ruby
before_install: cp Gemfile.lock ci/Gemfile.ci.lock
gemfile: ci/Gemfile.ci
bundler_args: --without development
rvm:
Expand Down

0 comments on commit 3df178c

Please sign in to comment.