Update Travis target versions.

This commit is contained in:
James Coglan
2019-05-24 14:07:59 +01:00
parent 167a7f9a8d
commit c03d8f2ef8
+7 -5
View File
@@ -1,16 +1,18 @@
sudo: false
dist: trusty
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- 2.2.10
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- jruby-19mode
- jruby-9
- jruby-head
before_install:
- '[[ "$(ruby --version)" == *"1.9.3"* ]] && gem update --system 2.4.8 || true'