From cdc53dc120446e2a88b2fd105abf6b9a65e488a8 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Wed, 14 May 2014 16:08:02 -0700 Subject: [PATCH] Turn off travis notifications --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3725390d..66f37a5d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,5 @@ before_install: # as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment. - sed -i "s/fallocate(/HACK_NO_fallocate(/" build_tools/build_detect_platform script: make check -j8 - +notifications: + email: false