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

14 lines
232 B
YAML

language: php
php:
- 5.6
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3
- 8.4
script: git diff --name-only $TRAVIS_COMMIT_RANGE | grep '\.php$' | xargs -n1 -P8 php -l | grep -v 'No syntax errors'; test $? -eq 1