summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--.gitignore1
-rw-r--r--README.devel9
3 files changed, 1 insertions, 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=<email> COV_PASSWD=<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.