Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
Conflicts: .travis.yml composer.json
This commit is contained in:
commit
b057a52377
|
@ -25,9 +25,9 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
## PHP_CodeSniffer
|
## PHP_CodeSniffer
|
||||||
- ./vendor/bin/phpcs --report-width=200 --report-summary --report-full Classes/ unitTests/ --standard=PSR2 -n
|
- ./vendor/bin/phpcs Classes/ unitTests/ --standard=PSR2 -n --ignore=Classes/PHPExcel/Shared/PCLZip
|
||||||
## PHPUnit
|
## PHPUnit
|
||||||
- phpunit -c ./unitTests/
|
- phpunit -c ./unitTests/
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue