travis redirect build unknown
See original GitHub issueI have a repo: https://github.com/styfle/packagephobia
I tried visiting https://badgen.now.sh/travis/styfle/packagephobia which redirects to https://api.travis-ci.com/styfle/packagephobia.svg?branch=master but that shows “build unknown”.
My readme is currently using https://travis-ci.org/styfle/packagephobia.svg?branch=master which redirects to https://api.travis-ci.org/styfle/packagephobia.svg?branch=master and this correctly hows “build passing”
Note the difference here is .com
vs .org
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Travis Compile Unknown Issue with .travis.yml #9709 - GitHub
travis.yml file and it said that my file was valid. I'm not sure what to do here because it runs without issue online,...
Read more >Why is my travis-ci build status always reflected as unknown?
I setup travis-ci for a new rails project, but for some reason the build status is always shown as unknown in my README....
Read more >Common Build Problems - Travis CI Docs
Duplicate/Unknown job shows up in my build #. When specifying stages, users often unknowingly add an implicit job to the list of jobs...
Read more >PVS-Studio in the Clouds: Travis CI
Travis CI is a service for building and testing software that ... After authorization, it redirects to the welcome page "First time here?...
Read more >Redirect with Actions - Auth0
Learn how to use post-login Actions to redirect users before an ... Require users to provide additional verification when logging in from unknown...
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 FreeTop 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
Top GitHub Comments
https://badgen-service-oksomisius.now.sh/travis-org/styfle/packagephobia
Sure, I’m not so satisfy with this solution either, it’s a compromise(better than others comming to my mind).
It looks we can hardly get over the difference between travis .com & .org. If travis could do a 302 redirection between com & org, that would be the best solution. 😅