Skip to content

Commit 871869b

Browse files
committed
We're still testing against old rubies that aren't supported by bundler 2.x
1 parent 6ff16cb commit 871869b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: ruby
22
cache: bundler
33
sudo: false
44

5-
before_install: gem update bundler
5+
before_install: gem install bundler -v '<2'
66

77
rvm:
88
- 1.9.3

0 commit comments

Comments
 (0)