diff --git a/README.md b/README.md index 2186491b..6934b103 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TUF A Framework for Securing Software Update Systems -[![Travis-CI](https://travis-ci.org/theupdateframework/tuf.svg?branch=develop)](https://travis-ci.org/theupdateframework/tuf) +[![Travis-CI](https://travis-ci.com/theupdateframework/tuf.svg?branch=develop)](https://travis-ci.com/theupdateframework/tuf) [![Coveralls](https://coveralls.io/repos/theupdateframework/tuf/badge.svg?branch=develop)](https://coveralls.io/r/theupdateframework/tuf?branch=develop) ![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=theupdateframework/tuf) [![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Ftheupdateframework%2Ftuf.svg?type=shield)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Ftheupdateframework%2Ftuf?ref=badge_shield) diff --git a/docs/GOVERNANCE.md b/docs/GOVERNANCE.md index baf2bbf1..23f82ea8 100644 --- a/docs/GOVERNANCE.md +++ b/docs/GOVERNANCE.md @@ -27,7 +27,7 @@ guidelines](https://github.com/secure-systems-lab/code-style-guidelines), and must unit test any new software feature or change. Submitted pull requests undergo review and automated testing, including, but not limited to: -* Unit and build testing via [Travis CI](https://travis-ci.org/) and +* Unit and build testing via [Travis CI](https://travis-ci.com/) and [Tox](https://tox.readthedocs.io/en/latest/). * Static code analysis via [Pylint](https://www.pylint.org/) and [Bandit](https://wiki.openstack.org/wiki/Security/Projects/Bandit).