Skip to content

Commit

Permalink
try to fix '**/*.sh: **/*.sh: openBinaryFile: does not exist (No such…
Browse files Browse the repository at this point in the history
… file or directory)'
  • Loading branch information
jhartlep committed Dec 9, 2017
1 parent 1f80a5c commit b4724eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ~/shfmt -l -w -i 2 . ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then git diff --exit-code && echo "shfmt OK" ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck -V ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck -e SC2181 **/*.sh && echo "shellcheck OK" ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck -e SC2181 dns_servercow.sh && echo "shellcheck OK" ; fi

matrix:
fast_finish: true

0 comments on commit b4724eb

Please sign in to comment.