Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 7d1e15c

Browse files
Adjust travis yml CI stage. (#312)
Signed-off-by: Pan Li <panli@microsoft.com>
1 parent 34a6ff6 commit 7d1e15c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
- mvn clean package
1717
- set -o pipefail
1818
- mvn -P travis-ci-test clean cobertura:cobertura-integration-test | grep -v "DEBUG"
19+
- bash <(curl -s https://codecov.io/bash)
1920
- stage: performance-test
2021
script:
2122
- mvn -P performance-test clean verify
2223
if: branch = master AND type != pull_request
23-
- stage: code-coverage
24-
script:
25-
- bash <(curl -s https://codecov.io/bash)
24+

0 commit comments

Comments
 (0)