8000 Merge pull request #312 from koic/use_latest_rubies · rubyzip/rubyzip@1dfce05 · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit 1dfce05

Browse files
authored
Merge pull request #312 from koic/use_latest_rubies
Use the latest rubies on Travis
2 parents f34c1d9 + 4a7ec6a commit 1dfce05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ sudo: false
33
cache: bundler
44
rvm:
55
- 2.0.0
6-
- 2.1.9
7-
- 2.2.5
8-
- 2.3.1
6+
- 2.1.10
7+
- 2.2.6
8+
- 2.3.3
9+
- 2.4.0
910
- ruby-head
1011
- rbx-2
1112
matrix:

0 commit comments

Comments
 (0)
0