From a1fc8245b5fd03b88a62e109ae77f50d4d8759e5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 May 2016 17:04:48 +0200 Subject: [PATCH] Travis test --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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