From c383359136ec692daff40833ce3636ac6db8b77d Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 11 Nov 2011 23:16:59 -0500 Subject: [PATCH] add travis config --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml 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