summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-01-20 08:14:51 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-01-20 08:14:51 +0100
commitf9ee4f729053a66b66fe7a8c379dd1896501ad11 (patch)
tree6e195baf42184177cd613ff8ffc8264aec88fe6a /.travis.yml
parent9c6b7e8afa72a68c9cbb74a4cbc75006908757ef (diff)
downloadlibgphoto2-f9ee4f729053a66b66fe7a8c379dd1896501ad11.tar.gz
adjust notifications
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bc384ea3e..ac33bbc2c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,12 +18,10 @@ compiler:
- gcc
script:
- - PATH=/usr/local/opt/gettext/bin:$PATH:. autoreconf -i -f
+ - PATH=/usr/local/opt/gettext/bin:$PATH autoreconf -i -f
- ./configure && make && make check
notifications:
- recipient:
- - marcus@jet.franken.de
email:
on_success: change
on_failure: always