Skip to content

Commit 6cb973e

Browse files
author
Vladimir Kotal
committed
avoid running the tests twice
1 parent 9a0180c commit 6cb973e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ env:
3939
# in 'script' no matter if an individual command fails or not. This kludgy
4040
# looking shell incantation takes care of that.
4141
#
42-
script: "mvn -B -V verify"
43-
44-
after_success:
45-
- mvn clean test jacoco:report org.eluder.coveralls:coveralls-maven-plugin:report
42+
script:
43+
- mvn -B -V verify jacoco:report org.eluder.coveralls:coveralls-maven-plugin:report
4644

4745
addons:
4846
coverity_scan:

0 commit comments

Comments
 (0)