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

Commit

Permalink
[#132] Temporarily disabled Jacoco task on Travis
Browse files Browse the repository at this point in the history
Broken after merge.
  • Loading branch information
szpak committed Jan 5, 2015
1 parent 491d16f commit 6c362c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ script:
- ./gradlew release -Prelease.disableRemoteCheck -Prelease.localOnly --info --stacktrace
- ./gradlew finalizeRelease publishUploadedArtifacts -PbintrayUser=${BINTRAY_USER} -PbintrayKey=${BINTRAY_API_KEY} --info --stacktrace

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


language: groovy
Expand Down

0 comments on commit 6c362c4

Please sign in to comment.