Skip to content
Snippets Groups Projects
Commit a1fc8245 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Travis test

parent 5f7078a9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment