diff options
| author | Zack Hobson | 2015-06-03 08:18:16 -0700 |
|---|---|---|
| committer | Zack Hobson | 2015-06-03 08:18:16 -0700 |
| commit | 61eab44995dfc7591f7f276aea9e99c18827237f (patch) | |
| tree | 18b30ea71c93780389eca570c43add388efcf343 | |
| parent | b6c955c93b726e73023c68aad9d7a5c750efa292 (diff) | |
| download | hcl-61eab44995dfc7591f7f276aea9e99c18827237f.tar.bz2 | |
.travis.yml: update ruby versions
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c5363d5..86dd4bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: ruby rvm: - - 1.9.3 - 2.0.0 - - rbx-2.1.1 + - 2.1.6 + - 2.2.2 + - rbx-2.5.3 |
