adminerevo/.travis.yml

10 lines
200 B
YAML
Raw Permalink Normal View History

2017-02-21 12:47:19 +00:00
language: php
php:
2019-07-14 15:22:32 +00:00
- 5.6
- 7.1
- 7.2
- 7.3
2020-12-06 13:06:17 +00:00
- 7.4
- 8.0
2017-02-21 12:47:19 +00:00
script: git diff --name-only $TRAVIS_COMMIT_RANGE | grep '\.php$' | xargs -n1 -P8 php -l | grep -v 'No syntax errors'; test $? -eq 1