-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
[CI]: investigating broken CI #864
Comments
I can't tell honestly. Maybe it's an issue with travis + lerna? |
Ok, the problem is around Node 12. I'd suggest, to fix this issue, is to remove the stable from our Travis CI configuration and adding Node 12 as separate PR. Probably there's a breaking change around our deps or around travis |
Ok, I'll take a look at this. Thank you! |
Seems like iltorb doesn't support node 12 |
Describe the bug
I'm investigating on how to fix the currently broken CI.
Travis on the same commit completed with success previously (see builds):
But now fails on
travis_wait npm ci
(log).Does anyone knows what is happening?
The text was updated successfully, but these errors were encountered: