We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391d105 commit 269d4d1Copy full SHA for 269d4d1
.travis.yml
@@ -5,6 +5,11 @@ compiler:
5
6
cache: apt
7
8
+notifications:
9
+ irc: "chat.freenode.net#qgis"
10
+ on_failure: change
11
+ on_success: change
12
+
13
before_install:
14
- sudo apt-get update -qq
15
- sudo add-apt-repository ppa:ubuntugis/ppa -y
@@ -16,3 +21,4 @@ install:
16
21
- cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF -DSUPPRESS_QT_WARNINGS=ON ..
17
22
18
23
script: xvfb-run ctest -V -E 'PyQgsPalLabelingCanvas|PyQgsPalLabelingServer|qgis_wcsprovidertest' -S ../qgis-test-travis.ctest --output-on-failure
24
0 commit comments