From: Steven Bazyl Date: Thu, 25 Oct 2012 21:36:15 +0000 (-0700) Subject: Skip rcov for travis runs, remove Bob from notificationswq X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/4b87212c41670c6bc7f44a23cb592f64ccaa2eb7 Skip rcov for travis runs, remove Bob from notificationswq --- 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