wrong repository

This commit is contained in:
Mariusz Smykula
2016-04-03 21:51:19 +02:00
parent e3cf9d4fc7
commit c41dfca6cb

View File

@@ -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: