diff options
author | Florian Frank <flori@ping.de> | 2012-08-17 16:46:21 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2012-08-17 20:46:37 +0200 |
commit | b93e3207c218cb696ea7698096f36ae8fffdcd6a (patch) | |
tree | f2d0ccb622d3ca152ea77644d48f0d7cedba7051 /.travis.yml | |
parent | 24321292a85626ab2294d431b723103c838a3821 (diff) | |
download | json-b93e3207c218cb696ea7698096f36ae8fffdcd6a.tar.gz |
Test on ruby-1.8.6
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e77e37b..f80253b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ bundler_args: --binstubs # Specify which ruby versions you wish to run your tests on, each version will be used rvm: + - 1.8.6 - 1.8.7 - 1.9.2 - 1.9.3 |