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.
2 parents 9535f02 + 16eca44 commit eba2e78Copy full SHA for eba2e78
.travis.yml
@@ -52,11 +52,9 @@ jobs:
52
- export AWS_ACCESS_KEY_ID=$DEPLOYMENT_ACCESS_KEY_ID
53
- export AWS_SECRET_ACCESS_KEY=$DEPLOYMENT_SECRET_ACCESS_KEY
54
- unset AWS_SESSION_TOKEN
55
- script:
56
- - ./gradlew check
57
- - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash deployment/script/travis_push_container.sh; fi
58
after_success:
59
- - ./gradlew sonarqube
+ - ./gradlew jacocoTestReport sonarqube
+ - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash deployment/script/travis_push_container.sh; fi
60
- stage: deploy to development
61
if: type = push
62
env:
0 commit comments