From 392d754057ebc6827b4b6b4d947b16d1937c02ad Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Mon, 20 Jun 2011 12:19:49 +0200 Subject: add travis.yml --- .travis.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2832925 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html) +bundler_args: --binstubs + +# Specify which ruby versions you wish to run your tests on, each version will be used +rvm: + - 1.8.7 + - 1.9.2 + - rbx + - rbx-2.0 + - ree + - jruby + - ruby-head + - 1.8.6 + +# Specify the recipients for email notification +notifications: + recipients: + - flori@ping.de + +# Disable email notifications +notifications: + disabled: false -- cgit v1.2.3-24-ge0c7