diff options
author | Seth Vargo <sethvargo@gmail.com> | 2013-05-17 01:11:27 -0400 |
---|---|---|
committer | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 18:09:05 -0500 |
commit | bbaa9f2f0f732d82c603a0b4fd3a0a667aba4383 (patch) | |
tree | 2546f3918acae9922f85d69c5568cd0d00bae6c8 /.travis.yml | |
parent | 7a63de488c0fe295e4e1b8f0b3ddb344bfde66dc (diff) | |
download | chef-zero-bbaa9f2f0f732d82c603a0b4fd3a0a667aba4383.tar.gz |
Add travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..484a4c3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +rvm: + - 1.9.2 + - 1.9.3 + - 2.0.0 + - jruby-19mode +script: bundle exec rake spec |