Skip to content

Commit 8b411a4

Browse files
committed
Install a modern bundler version
Bundler 1.7.6 has a bug that can't resolve our dependencies right
1 parent bcddb00 commit 8b411a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: ruby
22
cache: bundler
33
sudo: false
44

5+
# TODO: Remove this when travis stop using bundler 1.7.6
6+
before_install: gem install bundler
7+
58
rvm:
69
- 1.9.3
710
- 2.0.0

0 commit comments

Comments
 (0)