SciNim / nim-plotly

plotly wrapper for nim-lang
https://scinim.github.io/nim-plotly/
MIT License
173 stars 15 forks source link

fix deprecated stuff #56

Closed narimiran closed 4 years ago

brentp commented 4 years ago

not sure why it's not detecting travis: https://travis-ci.org/github/brentp/nim-plotly/builds/679829142

Vindaar commented 4 years ago

@brentp I think this is the same issue I had a few weeks ago on a few of my repositories. For some reason the travis-ci.org hooks stopped working.

The only way to fix it for me was to switch over to travis-ci.com. I had to completely remove travis-ci.org access from the repo (from the travis-ci.org control panel as well as remove the webhook in the github settings for the repository), login to travis-ci.com, activate the repos. Then Travis CI should appear in the github settings under "Integrations" instead of "Webhooks".

I remember there were a few steps along the way that were really confusing though, but what it was. :/