Travis CI currently broken
See original GitHub issue
Top Results From Across the Web
Common Build Problems - Travis CI Docs
A very common cause when a test is suddenly breaking without any major code changes involved is a change in upstream dependencies. This...
Read more >Travis-CI build is currently broken · Issue #3 - GitHub
The Travis-CI script builds from the top-level repo directory. It's possible that using their matrix functionality could allow for building ...
Read more >Travis/Github Integration Broken
Looking at my account settings, it seems that my github apps integration broke. I went ahead and clicked on “Activate” and Github shows...
Read more >An Explorative Analysis of Travis CI with GitHub - Moritz Beller
TRAVIS CI currently only provides single-language builds, ... successful status, TRAVIS CI marks the whole build as broken. TRAVIS CI instills a maximum...
Read more >An Explorative Analysis of Travis CI with GitHub
If one of these jobs breaks, i.e. the build execution in one build envi- ronment exits with a non-successful status, TRAVIS CI marks...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@hbetts thanks for linking to the npm ticket. I figured this is probably intentional. The issue is that we need to conditionally run
npm installfor npm versions which don’t know aboutnpm ci.It would be nice to just install the newest npm and use that to install dependencies, but I think shelljs supports a wider range of node versions than npm.
One way to detect support (since I forget which version introduced it) would be:
#911 flakes as well, which makes me suspect
ci-or-installworks correctly (although is perhaps overly complicated), and it’s appveyor which causes the flakiness.