Skip to content

Commit a78889f

Browse files
committed
Reverted the travis-ci script until coverage is working.
1 parent c81e64e commit a78889f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jdk:
44

55
sudo: false # faster builds
66

7-
script: "mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report"
7+
#script: "mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report"
88

9-
after_success:
10-
- bash <(curl -s https://codecov.io/bash)
9+
#after_success:
10+
#- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)