Skip to content

Commit

Permalink
Merge pull request #129 from WeBankFinTech/feature/modify-ci
Browse files Browse the repository at this point in the history
Feature/modify ci script
  • Loading branch information
chenhaozx committed Feb 23, 2020
2 parents dd3555c + e5899a3 commit cb6aad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
script:
- chmod u+x .ci/script/build-ci.sh
- .ci/script/build-ci.sh
- travis_wait 45 ./gradlew check
- ./gradlew jacocoTestReport
after_success:
- bash <(curl -s https://codecov.io/bash)
#- travis_wait 45 ./gradlew check
#- ./gradlew jacocoTestReport
#after_success:
#- bash <(curl -s https://codecov.io/bash)
- stage: "dependency pipeline"
script:
- chmod u+x .ci/script/weid-http-service/build-ci.sh
Expand Down

0 comments on commit cb6aad9

Please sign in to comment.