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

6 lines
172 B
YAML

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