diff --git a/.travis.yml b/.travis.yml index 2b1a55b22b3..75d364cdbaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -250,7 +250,9 @@ script: echo "Checking PHP syntax errors" # Ensure we catch errors set -e - parallel-lint --exclude htdocs/includes --blame . + if [ "$TRAVIS_PHP_VERSION" = '5.6' ]; then + parallel-lint --exclude htdocs/includes --blame . + fi set +e echo