-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some grunt tasks don't cause hard failures resulting in Travis builds false positives #8
Comments
I looked at the the k3po task and it seems that although in console output when running as a
console output when run as a
Notice the different command return codes. @dpwspoon any advice on how to deal with this problem? |
I'm not sure, we will have to dig into grunt on why it isn't returning. There seems to be some other people hitting similar things due to keep alive flags... not sure what that means |
Some Travis builds report false success when some of the grunt tasks fail but the return code is still 0.
so far this problem occurred when the
k3po:start
(build log) and themochaTest:testMochaK3poSauceBrowserSupport
(build log) tasks.The text was updated successfully, but these errors were encountered: