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 34a6ff6 commit 7d1e15cCopy full SHA for 7d1e15c
1 file changed
.travis.yml
@@ -16,10 +16,9 @@ jobs:
16
- mvn clean package
17
- set -o pipefail
18
- mvn -P travis-ci-test clean cobertura:cobertura-integration-test | grep -v "DEBUG"
19
+ - bash <(curl -s https://codecov.io/bash)
20
- stage: performance-test
21
script:
22
- mvn -P performance-test clean verify
23
if: branch = master AND type != pull_request
- - stage: code-coverage
24
- script:
25
- - bash <(curl -s https://codecov.io/bash)
+
0 commit comments