Skip to content

Commit d2311c6

Browse files
authored
Update .travis.yml
Temporary removed code coverage until I can set timeout tolerance for integration tests.
1 parent f10a4e0 commit d2311c6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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+
#FIXME
8+
#script: "mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report"
89

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

0 commit comments

Comments
 (0)