1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-31 10:01:50 +02:00
Files
php-adminer/.travis.yml
2017-02-21 13:47:19 +01:00

6 lines
172 B
YAML

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