diff options
author | dblock <dblock@dblock.org> | 2014-03-30 19:02:34 -0400 |
---|---|---|
committer | dblock <dblock@dblock.org> | 2014-03-30 19:02:34 -0400 |
commit | 6f4c7ce494ae3360d302aaf1adc1805cb2d5dbd8 (patch) | |
tree | b52bae992eab85b4a25e37517dc30f4aa5e424d5 /.travis.yml | |
parent | d95eccfd8dfb86ca9f130bceb834059b6e3b72e6 (diff) | |
download | hashie-6f4c7ce494ae3360d302aaf1adc1805cb2d5dbd8.tar.gz |
Removed support for Ruby 1.8.x, 1.9.2.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 58c395d..621e3fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ rvm: + - 2.1.0 - 2.0.0 - - 1.8.7 - - 1.9.2 - - rbx - - ree - - ruby-head - - jruby + - rbx-19mode + - jruby-19mode + |