Skip to content

Commit 2405c99

Browse files
committed
bunlder 1 doesn't support ruby < 2.3
1 parent 4c3cdbe commit 2405c99

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
@@ -5,7 +5,7 @@ cache:
55
bundler: true
66

77
before_install:
8-
- gem install bundler
8+
- gem install bundler -v '< 2'
99

1010
rvm:
1111
- 1.9.3

0 commit comments

Comments
 (0)