From 8d4d3999b515c8657b3fcb2ee24f1f435d50f611 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Mon, 17 Mar 2014 21:52:24 +0100 Subject: [PATCH] Configuration file for Travis CI. --- .travis.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bd8b934 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +--- +script: bundle exec rake + +rvm: + - 1.9.3 + - 2.0.0 + - 2.1.0 + - rbx-2.2 + - jruby + +notifications: + email: + recipients: + - yorickpeterse@gmail.com + email: + on_success: change + on_failure: always + +cache: bundler