diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-04-24 15:23:21 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-04-28 10:43:13 +0200 |
commit | b0bf80e79c4516153da76be0e733ef76c8329f56 (patch) | |
tree | c723d677982d5066cbe907249b6c6d6dccfb231d /.travis.yml | |
parent | 8758500ff646fa3b34d59277715c9420c94fc2e6 (diff) | |
download | qtlocation-mapboxgl-b0bf80e79c4516153da76be0e733ef76c8329f56.tar.gz |
correctly execute 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 1013fe74f2..a98045c50d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,7 +89,7 @@ script: - ./scripts/${FLAVOR}/run.sh after_failure: -- if [ -f scripts/${FLAVOR}/run.sh ]; then /scripts/${FLAVOR}/after_failure.sh; fi +- "[ -f scripts/${FLAVOR}/run.sh ] && scripts/${FLAVOR}/run.sh" notifications: slack: |