Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 5a83c2c

Browse files
author
Tobias Haagen Michaelsen
committed
Use newest revision of Ruby 2.1 & 2.2 on Travis
By not specifying patch level for Ruby 2.1 & 2.2, Travis should just select most recent version available. Also added Rubinius (in most recent version) build target.
1 parent ea0abc7 commit 5a83c2c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ script: rake
33
rvm:
44
- 1.9.3
55
- 2.0.0
6-
- 2.1.0
7-
- 2.2.0
6+
- "2.1"
7+
- "2.2"
88
- ruby-head
99
- jruby-head
1010
- jruby-19mode
11+
- rbx

0 commit comments

Comments
 (0)