Skip to content

Commit 269d4d1

Browse files
committed
travis: irc notification if build status changes
1 parent 391d105 commit 269d4d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ compiler:
55

66
cache: apt
77

8+
notifications:
9+
irc: "chat.freenode.net#qgis"
10+
on_failure: change
11+
on_success: change
12+
813
before_install:
914
- sudo apt-get update -qq
1015
- sudo add-apt-repository ppa:ubuntugis/ppa -y
@@ -16,3 +21,4 @@ install:
1621
- cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF -DSUPPRESS_QT_WARNINGS=ON ..
1722

1823
script: xvfb-run ctest -V -E 'PyQgsPalLabelingCanvas|PyQgsPalLabelingServer|qgis_wcsprovidertest' -S ../qgis-test-travis.ctest --output-on-failure
24+

0 commit comments

Comments
 (0)