We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0180c commit 6cb973eCopy full SHA for 6cb973e
.travis.yml
@@ -39,10 +39,8 @@ env:
39
# in 'script' no matter if an individual command fails or not. This kludgy
40
# looking shell incantation takes care of that.
41
#
42
-script: "mvn -B -V verify"
43
-
44
-after_success:
45
- - mvn clean test jacoco:report org.eluder.coveralls:coveralls-maven-plugin:report
+script:
+ - mvn -B -V verify jacoco:report org.eluder.coveralls:coveralls-maven-plugin:report
46
47
addons:
48
coverity_scan:
0 commit comments