From 4b87212c41670c6bc7f44a23cb592f64ccaa2eb7 Mon Sep 17 00:00:00 2001 From: Steven Bazyl Date: Thu, 25 Oct 2012 14:36:15 -0700 Subject: [PATCH] Skip rcov for travis runs, remove Bob from notificationswq --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3e3ec4987..f05c35cb99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,13 @@ rvm: - 1.9.3 - jruby - ree -script: "bundle exec rake" +script: "bundle exec rake spec:all" before_install: - sudo apt-get update - sudo apt-get install idn notifications: email: recipients: - - bobaman@google.com - sbazyl@google.com on_success: change on_failure: change -- 2.30.2