diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-11 15:53:09 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-05-12 13:20:58 +0200 |
commit | 57d78bd46a6c9fc9374aaea341b0212649056968 (patch) | |
tree | 72b4a2e7b6963824eb93b619edc1ddf16a7fe277 /.travis.yml | |
parent | 448ffac2fab51e7adc034c9bed17ea25e6a93888 (diff) | |
download | qtlocation-mapboxgl-57d78bd46a6c9fc9374aaea341b0212649056968.tar.gz |
Run correct after_failure script
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |