From 2945b6778377f6ccf2c2e8123d0fa5133e5957cd Mon Sep 17 00:00:00 2001 From: Nucc Date: Sun, 2 Feb 2014 12:28:16 +0000 Subject: [PATCH] Travis should remove Gemfile.lock before execution --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f88187..c06c7ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ rvm: - 1.9.3 - 2.0.0 env: - - TRAVIS=1 \ No newline at end of file + - TRAVIS=1 +before_install: + - rm "Gemfile.lock"