From 3c9dfd1c4d603dc7c9e6c7a69a033843bf8a4985 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 18 Jun 2021 17:04:00 +0000 Subject: [PATCH] docs: Remove travis reference in the CI This PR removes the travis reference in the Continuous Integration System as it is not longer supported. Fixes #219 Signed-off-by: Gabriela Cervantes --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b04df52ec..1c65d68be8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -929,8 +929,8 @@ lgtm The Kata Containers project has a gating process to prevent introducing regressions. When your PR is submitted, a Continuous Integration (CI) system -will run different checks on different platforms, based upon your changes. Currently Kata uses [Jenkins](http://jenkins.katacontainers.io) and -[Travis CI](https://travis-ci.org/kata-containers/) for testing your changes. +will run different checks on different platforms, based upon your changes. Currently Kata uses [Jenkins](http://jenkins.katacontainers.io) +for testing your changes. Some of the checks are: @@ -939,8 +939,7 @@ Some of the checks are: - Functional tests. - Integration tests. -The Travis job will be executed right after the PR is opened, while the -Jenkins jobs will wait to be triggered. A maintainer must add a `/test` +The Jenkins jobs will wait to be triggered. A maintainer must add a `/test` comment on the PR to let the CI jobs run. All CI jobs must pass in order to merge your PR.