1
0
Fork 0

Fix comments

pull/6811/head
Kévin Dunglas 2017-11-29 23:52:13 +01:00
parent 78a62f8901
commit 657068886f
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6
1 changed files with 3 additions and 1 deletions

View File

@ -57,6 +57,8 @@ before_script:
script:
# run test suite directories in parallel using GNU parallel
- ls -d tests/Composer/Test/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/complete.phpunit.xml --colors=always {} || (echo -e "\e[41mFAILED\e[0m {}" && exit 1);'
before_deploy:
- php -d phar.readonly=0 bin/compile
deploy:
@ -67,4 +69,4 @@ deploy:
on:
tags: true
repo: composer/composer
php: '5.3'
php: '7.1'