More changes
This commit is contained in:
parent
3b0c8ad3a6
commit
02ccb65b27
@ -14,32 +14,24 @@ validate:7.1:
|
|||||||
image: php:7.1
|
image: php:7.1
|
||||||
stage: validate
|
stage: validate
|
||||||
script:
|
script:
|
||||||
- php composer.phar update --no-dev
|
|
||||||
- php composer.phar install --no-dev
|
|
||||||
- bash ci/php_lint.sh ./
|
- bash ci/php_lint.sh ./
|
||||||
|
|
||||||
validate:7.0:
|
validate:7.0:
|
||||||
image: php:7.0
|
image: php:7.0
|
||||||
stage: validate
|
stage: validate
|
||||||
script:
|
script:
|
||||||
- php composer.phar update --no-dev
|
|
||||||
- php composer.phar install --no-dev
|
|
||||||
- bash ci/php_lint.sh ./
|
- bash ci/php_lint.sh ./
|
||||||
|
|
||||||
validate:5.6:
|
validate:5.6:
|
||||||
image: php:5.6
|
image: php:5.6
|
||||||
stage: validate
|
stage: validate
|
||||||
script:
|
script:
|
||||||
- php composer.phar update --no-dev
|
|
||||||
- php composer.phar install --no-dev
|
|
||||||
- bash ci/php_lint.sh ./
|
- bash ci/php_lint.sh ./
|
||||||
|
|
||||||
validate:5.5:
|
validate:5.5:
|
||||||
image: php:5.5
|
image: php:5.5
|
||||||
stage: validate
|
stage: validate
|
||||||
script:
|
script:
|
||||||
- php composer.phar update --no-dev
|
|
||||||
- php composer.phar install --no-dev
|
|
||||||
- bash ci/php_lint.sh ./
|
- bash ci/php_lint.sh ./
|
||||||
|
|
||||||
test:7.1:
|
test:7.1:
|
||||||
|
@ -12,7 +12,7 @@ while test $# -gt 0; do
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for file in `find $current -type f -not -path "*vendor/*" -not -path "*api/*" -name "*.php"` ; do
|
for file in `find $current -type f -not -path "*vendor/*" -name "*.php"` ; do
|
||||||
RESULTS=`php -l $file`
|
RESULTS=`php -l $file`
|
||||||
echo $RESULTS
|
echo $RESULTS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user