From 6be68c3e24b9f16c0551c6c8f1425225654c348b Mon Sep 17 00:00:00 2001 From: Tyler Brock Date: Fri, 24 Feb 2012 12:59:30 -0500 Subject: [PATCH] minor: turn off travis e-mail notifications --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 641e9b8..e11408a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,11 @@ language: ruby + rvm: - 1.8.7 - 1.9.2 - 1.9.3 + script: bundle exec rake test:ruby + +notifications: + email: false