Browse Source

fast_finish: true

pull/381/head
neilpang 8 years ago
parent
commit
87edf71e93
  1. 5
      .travis.yml

5
.travis.yml

@ -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
Loading…
Cancel
Save