Disallow PHP 5.3 in Travis

This commit is contained in:
Jakub Vrana 2018-01-16 13:51:02 +01:00
parent 0fae40fb61
commit 9ca92309a1

View file

@ -1,5 +1,4 @@
language: php
php:
- '5.3'
- '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