From 02d9fbd7397bd6c0ba30ee35edd48d085620aebf Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 29 Mar 2021 18:36:24 +0200 Subject: Remove mentions of Travis CI in docs and config Signed-off-by: Tobias Klauser --- .gitattributes | 1 - .gitignore | 1 - README.devel | 9 +-------- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 86433aa..cfcdd7f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,4 +8,3 @@ netsniff-ng/.gitignore export-ignore trafgen/.gitignore export-ignore .gitattributes export-ignore .gitignore export-ignore -.travis.yml export-ignore diff --git a/.gitignore b/.gitignore index 906d2af..62af7f2 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,3 @@ config.log # Excluded from ignorance !.gitattributes !.gitignore -!.travis.yml diff --git a/README.devel b/README.devel index 021b18f..a98a05f 100644 --- a/README.devel +++ b/README.devel @@ -1,8 +1,3 @@ -A Travis CI instance for continuous integration testing of netsniff-ng -can be found here: - - https://travis-ci.org/netsniff-ng/netsniff-ng - An analysis by the Coverity Scanner is run occasionally against the source of netsniff-ng. The corresponding scan reports can be found here: @@ -12,6 +7,4 @@ If you are a project admin, use the command `make COV_EMAIL= COV_PASSWD= coverity' -to trigger a new scan yourself. Alternatively, the Coverity integration of -Travis CI can be used by pushing to the branch 'coverity_scan' to trigger a new -analysis. +to trigger a new scan yourself. -- cgit v1.2.3-54-g00ecf