dunst/.travis.yml
Nikos Tsipinakis c445d1477c Make travis only notify if the build changes status
Change the behaviour of travis to only notify if the build status
changes. The previous behaviour which was notifying for every build
regardless of status added a lot of unnecessary noise to the IRC
channel.
2017-04-02 19:41:36 +03:00

18 lines
455 B
YAML

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libdbus-1-dev libx11-dev libxinerama-dev libxss-dev libxdg-basedir-dev libglib2.0-dev libpango1.0-dev libcairo2-dev libnotify-dev libgtk2.0-dev
dist: trusty
sudo: required
language: c
script: make && make test
compiler:
- clang
- gcc
notifications:
irc:
channels:
- "chat.freenode.net#dunst"
on_success: change
on_failure: always