mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
travis: test on php 5.6-7.3 (#330)
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- '5.6'
|
- 5.6
|
||||||
- '7.1'
|
- 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
|
script: git diff --name-only $TRAVIS_COMMIT_RANGE | grep '\.php$' | xargs -n1 -P8 php -l | grep -v 'No syntax errors'; test $? -eq 1
|
||||||
|
Reference in New Issue
Block a user