diff options
| author | takkanm <[email protected]> | 2019-09-19 06:09:58 +0900 |
|---|---|---|
| committer | Stefan Daschek <[email protected]> | 2019-09-26 10:26:32 +0200 |
| commit | 896b95b7e4a5c48bf27390eab1ecffa2f11346e7 (patch) | |
| tree | 3e6a797ad39bbee5e4344ed8b7cc7a0b2eb22b4c | |
| parent | e383a600309bee5ee82259d7904b0ba3bfa49058 (diff) | |
| download | caxlsx-896b95b7e4a5c48bf27390eab1ecffa2f11346e7.tar.gz caxlsx-896b95b7e4a5c48bf27390eab1ecffa2f11346e7.zip | |
add and update some ruby versions
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e7627047..d37ee3ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,11 @@ notifications: matrix: include: - rvm: 2.1 - - rvm: 2.2.8 + - rvm: 2.2.10 - rvm: 2.3.5 - - rvm: 2.4.2 + - rvm: 2.4.7 + - rvm: 2.5.6 + - rvm: 2.6.4 - rvm: rbx-3 - rvm: jruby-19mode - rvm: jruby-9.1.17.0 |
