Explorar o código

[travis-ci] Enable PHPUnit color output

Maks3w %!s(int64=9) %!d(string=hai) anos
pai
achega
bc08940724
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -33,7 +33,7 @@ before_script:
     - git config --global user.email travis@example.com
 
 script:
-    - ls -d tests/Composer/Test/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/complete.phpunit.xml {} || (echo -e "\e[41mFAILED\e[0m {}" && $(exit 1));'
+    - 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));'
 
 git:
   depth: 5