summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-05-11 15:53:09 -0700
committerKonstantin Käfer <mail@kkaefer.com>2015-05-12 13:20:58 +0200
commit57d78bd46a6c9fc9374aaea341b0212649056968 (patch)
tree72b4a2e7b6963824eb93b619edc1ddf16a7fe277 /.travis.yml
parent448ffac2fab51e7adc034c9bed17ea25e6a93888 (diff)
downloadqtlocation-mapboxgl-57d78bd46a6c9fc9374aaea341b0212649056968.tar.gz
Run correct after_failure script
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f50535cc9..0572b166b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,7 +89,7 @@ script:
- ./scripts/${FLAVOR}/run.sh
after_failure:
-- "[ -f scripts/${FLAVOR}/run.sh ] && scripts/${FLAVOR}/run.sh"
+- "[ -f ./scripts/${FLAVOR}/after_failure.sh ] && ./scripts/${FLAVOR}/after_failure.sh"
notifications:
slack: