planetlabs/planet-client-python

Build Status link to travis-ci broken

JuLeeAtPlanet opened this issue · 1 comments

Expected behavior
The Build status badge on the readme.md file points to a build status page.

Actual behavior (describe the problem)

Redirects to travis-ci.com

Travis CI has migrated from travis-ci.org to travis-ci.com. If you have not migrated your repository to travis-ci.com, the badge may stop working.

Related Issues
Please list the ticket numbers (e.g. #708) for any issues already logged in the system.

Workaround
Removed badge from docs.

Minimum, Complete, Viable Code Sample
A "Minimal, Complete and Verifiable Example" will make it much easier for maintainers to help you.
See http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports

# Your python code here

or

> command-line-call

Environment Information

  • Operation System Information (python -c "import platform; print(platform.platform())")
  • Python version (python -c "import sys; print(sys.version.replace('\n', ' '))")
  • Planet package version (planet -v)

Installation Method

  • conda, pip wheel, from source, etc...

Sean fixed it with a patch on the readme. I updated the docs.