From d7dcd81e4fd8743b13839dfb14868b45ca2a7969 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Sat, 7 Dec 2024 12:21:20 -0500 Subject: [PATCH] Remove remaining reference to Travis CI. --- 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