Skip to content

Commit

Permalink
Update .travis.yml [ci deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbarbero committed Aug 6, 2019
1 parent 122e71c commit ee3ace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_install:
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi

after_success:
- mvn -pl '!spring-cloud-zuul-ratelimit-dependencies' clean org.jacoco:jacoco-maven-plugin:prepare-agent verify jacoco:report sonar:sonar coveralls:report -Dgpg.skip -q
- ./mvnw -pl '!spring-cloud-zuul-ratelimit-dependencies' clean org.jacoco:jacoco-maven-plugin:prepare-agent verify jacoco:report sonar:sonar coveralls:report -Dgpg.skip -q -Dlogging.level.root=error

cache:
directories:
Expand Down

0 comments on commit ee3ace1

Please sign in to comment.