Skip rcov for travis runs, remove Bob from notificationswq
authorSteven Bazyl <sqrrrl@gmail.com>
Thu, 25 Oct 2012 21:36:15 +0000 (14:36 -0700)
committerSteven Bazyl <sqrrrl@gmail.com>
Thu, 25 Oct 2012 21:36:15 +0000 (14:36 -0700)
.travis.yml

index d3e3ec4987cc64f4ef368763a0ee5d56499e41be..f05c35cb990fc2dd5114d42d0f4f40a63b113109 100644 (file)
@@ -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