There was a problem fetching the latest pipeline status.
Final commit
parent
a76aa8c0
Branches
Tags v1.1
Pipeline
#5046
failed
with stages
in
3 minutes and 56 seconds
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
"paragonie/random_compat": "Provides better randomness in PHP 5.x" | "paragonie/random_compat": "Provides better randomness in PHP 5.x" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "phpunit --configuration application/tests --coverage-text --coverage-html report" | "test": "phpunit --configuration application/tests --coverage-text --coverage-html --colors=never report" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"mikey179/vfsStream": "1.1.*", | "mikey179/vfsStream": "1.1.*", | ||
... | ... |
Please register or sign in to comment