diff options
| author | Noel Peden <[email protected]> | 2020-09-07 11:02:33 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-07 11:02:33 -0700 |
| commit | 317e8244e4d17c394c1e181f86df3974623fb865 (patch) | |
| tree | 83b6ea5e3ed2f8d7b2d271e962eaf7817699adf2 | |
| parent | 9c380e51a52e2d791767c3a488256619a0c57cd8 (diff) | |
| parent | 0cbecc33e1ab3af769a4a3c9ed9ac5e8c0fd405b (diff) | |
| download | caxlsx-317e8244e4d17c394c1e181f86df3974623fb865.tar.gz caxlsx-317e8244e4d17c394c1e181f86df3974623fb865.zip | |
Merge pull request #60 from kiskoza/update-ruby-versions-on-travis
Update Ruby versions on Travis
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 21702471..38a3d013 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,11 @@ notifications: matrix: include: - - rvm: 2.3.5 - - rvm: 2.4.7 - - rvm: 2.5.6 - - rvm: 2.6.4 + - rvm: 2.3.8 + - rvm: 2.4.10 + - rvm: 2.5.8 + - rvm: 2.6.6 + - rvm: 2.7.1 - rvm: rbx-3 - rvm: jruby-19mode - rvm: jruby-9.1.17.0 |
