From 5f5ce31aef2d71b707eb3753b5f5738969f76571 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Mon, 9 Dec 2024 16:59:51 -0500 Subject: [PATCH] Remove remaining reference to Travis CI. (#1629) Co-authored-by: Anna Lushnikova --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c9563063..5233dcd45 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -116,8 +116,8 @@ You can build doctl in a local Docker container via `make docker_build`. ### Testing -Run the tests locally via `make test`, or on Travis CI by pushing a branch to your fork -on github. +Run the tests locally via `make test`, or in [CI](.github/workflows/ci.yml) by pushing a branch to your fork +on GitHub. #### Writing Tests