diff --git a/.travis.yml b/.travis.yml
index 6644b1607..516f64b64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,3 @@ install:
script:
- mvn clean install
-
-after_success:
- - mvn clean cobertura:cobertura coveralls:report
\ No newline at end of file
diff --git a/skywalking-api/pom.xml b/skywalking-api/pom.xml
index 46968a6af..931809f92 100644
--- a/skywalking-api/pom.xml
+++ b/skywalking-api/pom.xml
@@ -124,22 +124,6 @@
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.1.0
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
- xml
- 256m
-
- true
-
-