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.
This commit is contained in:
parent
2ffbc3b169
commit
5152f6f7a0
15
.travis.yml
15
.travis.yml
|
@ -1,13 +1,14 @@
|
|||
language: ruby
|
||||
dist: trusty
|
||||
cache: bundler
|
||||
rvm:
|
||||
- 2.0.0
|
||||
- 2.1.10
|
||||
- 2.2.10
|
||||
- 2.3.8
|
||||
- 2.4.5
|
||||
- 2.5.5
|
||||
- 2.6.2
|
||||
- 2.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.3
|
||||
- 2.4
|
||||
- 2.5
|
||||
- 2.6
|
||||
- ruby-head
|
||||
matrix:
|
||||
include:
|
||||
|
|
Loading…
Reference in New Issue