diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.devel | 9 |
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 @@ -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. |