diff --git a/test/test-yamlfmt.sh b/test/test-yamlfmt.sh index 034eb757..bd419d8e 100755 --- a/test/test-yamlfmt.sh +++ b/test/test-yamlfmt.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -if env | grep -q -e '^TRAVIS=true$' -e '^JENKINS_URL=' -e 'BUILD_TAG=jenkins'; then +if env | grep -q -e '^TRAVIS=true$' -e '^JENKINS_URL=' -e '^BUILD_TAG=jenkins'; then echo "Travis and Jenkins give wonky results here, skipping test!" exit 0 fi