From 4599b577984eb38a27d1c49dc7b7894d4d04b515 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Wed, 19 Nov 2014 14:54:31 -0500 Subject: [PATCH] remove the relevant Gemfile.lock --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2678751..f9619e88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"