1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 16:44:17 +02:00

travis: test on php 5.6-7.3 (#330)

This commit is contained in:
Adam Žurek
2019-07-14 17:22:32 +02:00
committed by Jakub Vrána
parent 7f32e26759
commit 0eab60c338

View File

@@ -1,5 +1,7 @@
language: php
php:
- '5.6'
- '7.1'
- 5.6
- 7.1
- 7.2
- 7.3
script: git diff --name-only $TRAVIS_COMMIT_RANGE | grep '\.php$' | xargs -n1 -P8 php -l | grep -v 'No syntax errors'; test $? -eq 1