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:
John Lees-Miller 2019-07-07 17:59:35 +01:00
parent 2ffbc3b169
commit 5152f6f7a0
1 changed files with 8 additions and 7 deletions

View File

@ -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: