Skip to content

Commit 2788805

Browse files
committed
fix integration test coverage analysis in travis script
1 parent 4e2a235 commit 2788805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: java
22
jdk:
33
- oraclejdk8
44
sudo: false
5-
script: ./mvnw clean verify cobertura:cobertura-integration-tests
5+
script: ./mvnw clean verify cobertura:cobertura-integration-test
66

77
after_success:
88
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)