Skip to content

Commit

Permalink
Travis should remove Gemfile.lock before execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Nucc committed Feb 2, 2014
1 parent 45d8cb6 commit 2945b67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ rvm:
- 1.9.3
- 2.0.0
env:
- TRAVIS=1
- TRAVIS=1
before_install:
- rm "Gemfile.lock"

0 comments on commit 2945b67

Please sign in to comment.