Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
[#132] Re-enable Jacoco task on Travis
Browse files Browse the repository at this point in the history
As it was fixed in micro-common-release 0.1.10.
  • Loading branch information
Marcin Zajaczkowski committed Jan 7, 2015
1 parent c781775 commit 1f8256c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ script:
- ./gradlew release -Prelease.disableRemoteCheck -Prelease.localOnly --info --stacktrace
- ./gradlew finalizeRelease publishUploadedArtifacts -PbintrayUser=${BINTRAY_USER} -PbintrayKey=${BINTRAY_API_KEY} --info --stacktrace

#Temporarily disabled until fixed
#after_success:
#- ./gradlew jacocoRootReport coveralls -Pcoverage
after_success:
- ./gradlew jacocoRootReport coveralls -Pcoverage


language: groovy
Expand Down

0 comments on commit 1f8256c

Please sign in to comment.