From d634204512dc6a2af2b351daeac3d1cb20c4b04c Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Fri, 15 Oct 2021 09:06:42 -0400 Subject: [PATCH] Removed references to Travis CI in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98e69291..dc1b53d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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!*