mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-26 22:29:36 +00:00
6 lines
172 B
YAML
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
|