fast_finish: true

This commit is contained in:
neilpang 2016-11-12 18:39:26 +08:00
parent 8f9a1881a4
commit 87edf71e93
1 changed files with 4 additions and 1 deletions

View File

@ -18,4 +18,7 @@ script:
- shellcheck -e SC2021,SC2126,SC2034 **/*.sh && echo "shellcheck OK"
- ~/shfmt -l -w -i 2 . && echo "shfmt OK" || git diff --exit-code || (echo "Run shfmt to fix the formatting issues" && false)
matrix:
fast_finish: true