From d05b9b71cfc271eec8d06f0983a4969605e476b2 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 8 Dec 2012 23:58:43 +0100 Subject: [PATCH] Temporarily disable Travis mail notifications. If we can work out something regarding the spurious failures caused by the arbitrary time limit, this can be re-enabled. --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 503a3a0e..7bccece0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,12 @@ script: - ctest --output-on-failure notifications: - email: - recipients: - - "ldc-dev@googlegroups.com" - on_success: never - on_failure: change + # Temporarily disabled due to time limit problems. + # email: + # recipients: + # - "ldc-dev@googlegroups.com" + # on_success: never + # on_failure: change irc: channels: - "irc.freenode.org#ldc"