Allow PHP 5.6 in Travis

This commit is contained in:
Jakub Vrana 2018-01-19 18:20:02 +01:00
parent bc14e8432f
commit e657cdbc3a

View file

@ -1,4 +1,5 @@
language: php
php:
- '5.6'
- '7.1'
script: git diff --name-only $TRAVIS_COMMIT_RANGE | grep '\.php$' | xargs -n1 -P8 php -l | grep -v 'No syntax errors'; test $? -eq 1