diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..88d08f5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +script: bundle exec rake spec + +rvm: + - 1.8.7 + - 1.9.2 + - 1.9.3 + +notifications: + webhooks: + on_success: always + on_failure: always + urls: + - https://dx-helper.herokuapp.com/travis