8000 Put CI back to trusty · rubyzip/rubyzip@5152f6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5152f6f

Browse files
committed
Put CI back to trusty
Xenial is now the default. Trusty is now out of support but still not end of life. Also omit the ruby patch versions so we don't have to keep updating them.
1 parent 2ffbc3b commit 5152f6f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
language: ruby
2+
dist: trusty
23
cache: bundler
34
rvm:
4-
- 2.0.0
5-
- 2.1.10
6-
- 2.2.10
7-
- 2.3.8
8-
- 2.4.5
9-
- 2.5.5
10-
- 2.6.2
5+
- 2.0
6+
- 2.1
7+
- 2.2
8+
- 2.3
9+
- 2.4
10+
- 2.5
11+
- 2.6
1112
- ruby-head
1213
matrix:
1314
include:

0 commit comments

Comments
 (0)
0