Skip to content

Commit

Permalink
Avoid Bundler bug on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 13, 2017
1 parent afe48d6 commit 2017054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sudo: false
language: ruby
script: script/test
before_install:
- bundle --version 2>/dev/null | grep -q '1.7.6' && gem install bundler -v 1.11.2 || true
rvm:
- "1.8.7"
- "1.9.3"
Expand Down

0 comments on commit 2017054

Please sign in to comment.