diff --git a/.travis b/.travis index 3bf3a13..9cff4d3 100644 --- a/.travis +++ b/.travis @@ -1,3 +1,2 @@ language: shell -script: - - bash -c 'shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash}' +script: bash -c 'shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash}'