Removed references to Travis CI in CONTRIBUTING.md (#2554)

This commit is contained in:
Matheus Felipe 2021-10-15 13:41:53 -03:00 committed by GitHub
commit 00736188ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ During the discussion, you may be asked to make some changes to your pull reques
If so, add more commits to your branch and push them they will automatically go into the existing pull request. But don't forget to squash them.
Opening a pull request will trigger a Travis CI build to check the validity of all links in the project. After the build completes, **please ensure that the build has passed**. If the build did not pass, please view the Travis CI log and correct any errors that were found in your contribution.
Opening a pull request will trigger a build to check the validity of all links in the project. After the build completes, **please ensure that the build has passed**. If the build did not pass, please view the build logs and correct any errors that were found in your contribution.
*Thanks for being a part of this project, and we look forward to hearing from you soon!*