Skip to content

Commit cf128ce

Browse files
committed
Change to update to latest rubies
1 parent c7fec0f commit cf128ce

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
language: ruby
33
sudo: false
44
cache: bundler
5+
before_install: "gem update bundler"
56
script: "bundle exec rake ci"
67
rvm:
78
- 2.0.0
89
- 2.1.10
9-
- 2.2.6
10-
- 2.3.3
11-
- 2.4.1
10+
- 2.2.8
11+
- 2.3.5
12+
- 2.4.2
1213
- ruby-head
1314
- jruby-9000
1415
- jruby-head

0 commit comments

Comments
 (0)