question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Semantic release blocked by always-failing Travis CI on merge push

See original GitHub issue

We have semantic-release setup but it never triggers because the Travis CI always fails on push.

I think the sequence is:

  1. PR is ready, Merge button pushed.
  2. Github signal merge commit pushed to master
  3. Travis gives event, starts build with TRAVIS_EVENT_TYPE = “push”
  4. test fail to contact browserstack browsers.
  5. CI exits before running semantic-release.

The travis Build History is red for branch master going back months: https://travis-ci.org/github/karma-runner/karma/builds?utm_medium=notification&utm_source=github_status

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:12 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
johnjbartoncommented, Apr 3, 2020

Ok excellent, thanks! I can’t use that link either but I know how to reset the travis values to ones I can access. I will be able to do that Monday.

0reactions
johnjbartoncommented, Apr 9, 2020

AFAICT the karmarunnerbot has to be a project Admin, not Maintainer. (The github protected branches are confusing and buggy0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Push rules not working as expected using semantic release
On our GitLab pipeline, when enabling Push Rules for commit messages the pipeline fails when running npx semantic-release.
Read more >
Travis CI - semantic-release
It's recommended to run the semantic-release command in the Travis deploy step so if an error occurs the build will fail and Travis...
Read more >
Travis failed push but passed PR
PR will merge your changes into the base branch and run CI tests. Push will run CI tests on the current branch. Merging...
Read more >
sbt Reference Manual — Combined Pages
Setting up Travis CI with sbt ... Execution semantics of tasks ... to test across large projects of independent releases before pushing the...
Read more >
⚓ Query: Advanced Search
T321021 MediaWiki core CI failing: OutputPageTest::testAddBodyClasses ... T295341 `npm -s run test:size` is blocking merges to many extensions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found