From 091ddfa52d62d42021a00790aa7d2521af60c7e5 Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Fri, 1 Apr 2016 20:27:26 -0500 Subject: [PATCH] Turn travis email notifications back on. Apparently the default is on_success: change on_failure: always which seems reasonable. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90f82ef..d464896 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,3 @@ before_script: script: - make - test/run-tests -notifications: - email: false