From d28dbc13e5fb3f307dd90a642c0b20ec434be38c Mon Sep 17 00:00:00 2001 From: Bruno Date: Sun, 6 Sep 2015 00:52:37 +0100 Subject: [PATCH] Only send travis notifications when build fails --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index e321541..eeb932a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,24 @@ language: c + os: - linux + sudo: false + addons: apt: packages: - tree - fish + before_script: pwd; tree -h + script: /bin/sh bin/install + after_script: - cd ~/.config/fish; tree -h; find . -type f | xargs cat + +notifications: + email: + on_success: never + on_failure: change