diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..9eea122a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: ruby +rvm: + - "1.9.2" + - "1.9.3" +script: bundle exec rspec spec