From b07550cd375a640834890038a5b75042d533b811 Mon Sep 17 00:00:00 2001 From: kalmar Date: Tue, 11 Jul 2017 16:36:28 +0200 Subject: [PATCH] email me on failures --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21cf5fd..3f50e22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: - julia: nightly notifications: - email: false + email: true # uncomment the following lines to override the default test script script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi