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

Commit

Permalink
Adjust travis yml CI stage. (#312)
Browse files Browse the repository at this point in the history
Signed-off-by: Pan Li <[email protected]>
  • Loading branch information
Incarnation-p-lee authored Dec 18, 2018
1 parent 34a6ff6 commit 7d1e15c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
- mvn clean package
- set -o pipefail
- mvn -P travis-ci-test clean cobertura:cobertura-integration-test | grep -v "DEBUG"
- bash <(curl -s https://codecov.io/bash)
- stage: performance-test
script:
- mvn -P performance-test clean verify
if: branch = master AND type != pull_request
- stage: code-coverage
script:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 7d1e15c

Please sign in to comment.