-
Notifications
You must be signed in to change notification settings - Fork 50
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
Update Travis Setup #120
Update Travis Setup #120
Conversation
@davidread - hey David: any idea why this PR is not triggering at Travis CI? (https://travis-ci.org/github/ckan/ckanext-xloader/pull_requests). The "Update-Travis-Setup" branch triggered a Travis build but not the PR (nor an update to this PR) |
@kowh-ai The repo is enabled in Travis still 🤷 . I think it not showing up in the PR might be to do with the deprecation of the triggering from GitHub: https://docs.travis-ci.com/user/migrate/legacy-services-to-github-apps-migration-guide/ which would affect Travis for all repos in the CKAN GitHub org. However we've had builds attach to PRs two month ago, so I'm not sure why this is an issue on this latest PR. But it seems like a migration that should be done. There is a way to migrate them all at once here: https://travis-ci.com/organizations/ckan/repositories but I'll leave you to discuss that amongst the ckan tech team. |
take out the .encode() for py3
take out the .decode()
@davidread - thanks David - ended up being a problem with parsing my .travis.yml file (oops) - the Travis build is now green for all CKAN/Python releases 👍 |
Great work @kowh-ai ! |
Update the Travis files to align with the other CKAN 2.9 Extensions