diff --git a/.travis.yml b/.travis.yml index 91263065ed..93736d3037 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ after_success: - echo -n $GIT_TAG > public/version - git commit -m "Set build VERSION number" public/version - git tag $GIT_TAG -a -m "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER" -- git push --quiet https://$GITHUBKEY@github.com/mariuszs/playground.git +- git push --quiet https://$GITHUBKEY@github.com/Codearte/accurest-maven-plugin $GIT_TAG > /dev/null 2>&1 - ./mvnw clean test jacoco:report coveralls:report branches: