Skip to content

Commit

Permalink
Tweak build scan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 11, 2019
1 parent 09a93b8 commit f1feb2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_script:
- ./gradlew --version

script:
- TERM=dumb ./gradlew build jacocoTestReport
- TERM=dumb ./gradlew build jacocoTestReport --scan -Dorg.gradle.parallel=true

jdk:
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plugins {
buildScan {
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
termsOfServiceAgree = 'yes'
publishAlways()

buildFinished { buildResult ->
buildScanPublished { scan ->
['curl', '-s', '-d', "message=asciidoctor-gradle-plugin build scan: ${scan.buildScanUri}", 'https://webhooks.gitter.im/e/6ba348eef26407adc22a'].execute()
Expand Down

0 comments on commit f1feb2a

Please sign in to comment.