Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 9700934

Browse files
committed
Fix failing build
1 parent e1bfacd commit 9700934

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
@@ -3,7 +3,7 @@ language: ruby
33
# Limit ruby versions to currently supported versions to avoid a big build matrix
44
rvm:
55
- 2.2
6-
- 2.3
6+
- 2.3.0
77
# Update bundler on travis, since current one is broken, see https://github.com/rubygems/rubygems/issues/1419
88
before_install:
99
- gem install bundler

0 commit comments

Comments
 (0)