Skip to content

Commit 7d30b71

Browse files
authored
Merge pull request #89 from JuanitoFatas/rubies
Update Ruby version matrix on CI
2 parents ccb51ce + 630d2f7 commit 7d30b71

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ sudo: false
33
cache: bundler
44
before_install: gem update bundler --no-document
55
rvm:
6-
- 1.9.3
7-
- 2.0.0
8-
- 2.1.10
9-
- 2.2.9
10-
- 2.3.6
11-
- 2.4.3
12-
- 2.5.0
6+
- 2.2
7+
- 2.3
8+
- 2.4
9+
- 2.5
10+
- 2.6
1311
- ruby-head
1412
- jruby
1513
matrix:

0 commit comments

Comments
 (0)