<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [x] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ ] Performance issue [ ] Feature request [ ] Documentation issue or request [ ] Other... Please describe: </code></pre> ## Current behavior <!-- Describe how the issue manifests. --> If test failed in `appveyor` then the build status shows `passing` ## Expected behavior <!-- Describe what the desired behavior would be. --> If any test fails then the `appveyor` build status should be `failing` and a `red` cross should be shown in build status. ## Minimal reproduction of the problem with instructions <!-- For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via https://stackblitz.com or similar (you can use this template as a starting point: https://stackblitz.com/fork/angular-gitter). --> write a failing unit or integration test and push it. `Travis` build will failed where `appveyor` will pass with all `green` banner.
I'm submitting a...
Current behavior
If test failed in
appveyorthen the build status showspassingExpected behavior
If any test fails then the
appveyorbuild status should befailingand aredcross should be shown in build status.Minimal reproduction of the problem with instructions
write a failing unit or integration test and push it.
Travisbuild will failed whereappveyorwill pass with allgreenbanner.