Skip to content

Commit 38bea2a

Browse files
remove trials of jacoco and coveralls
1 parent 07370f8 commit 38bea2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ script:
2121
#
2222
# It is also importan that the first test to be run is a Spring Boot Test since spring boot also downloads
2323
# another version of embedded mongo db so all Spring Boot tests will end up in a race condition also
24-
- mvn -DsomeModule.test.includes="**/QueryServiceTest.java" test jacoco:report coveralls:report
25-
- mvn -DsomeModule.test.excludes="**/QueryServiceTest.java" test jacoco:report coveralls:report
24+
- mvn -DsomeModule.test.includes="**/QueryServiceTest.java" test
25+
- mvn -DsomeModule.test.excludes="**/QueryServiceTest.java" test
2626

0 commit comments

Comments
 (0)