Only send travis notifications when build fails

pull/17/head
Bruno 9 years ago
parent da67277dcf
commit d28dbc13e5

@ -1,13 +1,24 @@
language: c language: c
os: os:
- linux - linux
sudo: false sudo: false
addons: addons:
apt: apt:
packages: packages:
- tree - tree
- fish - fish
before_script: pwd; tree -h before_script: pwd; tree -h
script: /bin/sh bin/install script: /bin/sh bin/install
after_script: after_script:
- cd ~/.config/fish; tree -h; find . -type f | xargs cat - cd ~/.config/fish; tree -h; find . -type f | xargs cat
notifications:
email:
on_success: never
on_failure: change

Loading…
Cancel
Save