diff --git a/.travis.yml b/.travis.yml index 16da8a2..27e7159 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: dist: linux script: - shellcheck auto_install/install.sh - - find scripts/ -type f -exec shellcheck {} \; + - find scripts/ -type f | xargs shellcheck - stage: test name: "OpenVPN Xenial & Commands"