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.
This commit is contained in:
David Nadlinger
2012-12-08 23:58:43 +01:00
parent ee80f37ddc
commit d05b9b71cf

View File

@@ -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"