Commit d28dbc13 authored by Bruno's avatar Bruno

Only send travis notifications when build fails

parent da67277d
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment