diff options
author | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 21:34:08 -0500 |
---|---|---|
committer | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 21:34:08 -0500 |
commit | 3963e1b0a3fd322a5a94a9257a8e5af03eebf3c4 (patch) | |
tree | d4633a5f45d021fe5a6f7c126456e894e59f883f /.travis.yml | |
parent | 8c7d90ec5e216f703e7a6d8751eefc2d06aa5362 (diff) | |
download | chef-zero-3963e1b0a3fd322a5a94a9257a8e5af03eebf3c4.tar.gz |
Add support for 1.8.7 (back)
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 45acf6b..0812e87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ rvm: + - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 |