Travis test

This commit is contained in:
Laurent Destailleur 2016-05-18 17:04:48 +02:00
parent 5f7078a9a3
commit a1fc8245b5

View File

@ -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