Skip to content

Commit

Permalink
Versioneye plugin cannot be used on CI platform right now
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Apr 4, 2016
1 parent 387cf28 commit 1f50b5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ jdk:
- oraclejdk7

after_success:
- gradle -Prelease build versionEyeUpdate jacocoCombinedReport coveralls generatePomFileForMavenJavaPublication artifactoryPublish
- gradle -Prelease build jacocoCombinedReport coveralls generatePomFileForMavenJavaPublication artifactoryPublish

# Later when new plugin is available
# - gradle -Prelease build versionEyeUpdate jacocoCombinedReport coveralls generatePomFileForMavenJavaPublication artifactoryPublish

0 comments on commit 1f50b5d

Please sign in to comment.