-
Notifications
You must be signed in to change notification settings - Fork 10
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
Travis CI token does not work #7
Comments
Travis was disabled for this repo, I just re-enabled it. https://travis-ci.org/opentracing/opentracing-c/builds PS - please add the build badge to the README |
Good idea, but still an issue: https://travis-ci.org/opentracing/opentracing-c/builds/361849379. |
It's not clear to me what's failing. The main build (in the first matrix row) exited with
The two after_install steps also seems successful. Only the dpl (deploy?) step is failing. Where is this coming from: |
I believe it is the deploy stage. This is where it uploads the generated documentation to gh-pages. |
That sounds like a fairly routine thing to do, i.e. made a commit from Travis run. Did you search for the docs for that? Is that deploy going to run on every PR or only from master? |
Originally only from master but tweaked it when I swapped the token earlier today. I did look into it briefly and found an almost exact match on StackOverflow. It should be linked in the original issue above. |
I think Deploy Keys are the answer: https://developer.github.com/v3/guides/managing-deploy-keys/ |
OK I still think that requires some assistance from one of the OT admins. Let me know if I can help out. Thanks. |
I'd love to help but I don't know what exactly you need. I just made you an admin of this repo, this should be sufficient to do anything that I would be able to do, the only exception I know of is if a 3rd party site wants access to the repository then that access is granted at the org level, but I don't think you need that. |
Thanks! I really doubt I need that at the moment. Actually, submitted a PR for now to avoid doing the doc upload in Travis build. That keeps things simple for now and builds succeed. Can always upload docs manually. |
Running into the same issue as described in this SO question: https://stackoverflow.com/q/31159275/1930331. Probably need someone with access to opentracing org to generate a token for this use.
The text was updated successfully, but these errors were encountered: