Skip to content

Commit

Permalink
travis build update
Browse files Browse the repository at this point in the history
  • Loading branch information
tonowie committed Jul 30, 2019
1 parent a35eb60 commit cff0f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ install:
# download dependencies (at least most of them)
- ./gradlew downloadDependencies --console=plain

script:
# build and test the app
- ./gradlew build jacocoTestReport coveralls --console=plain

# add publishing stage that publishes data out
jobs:
include:
- stage: build and coverage
jdk: openjdk8
script:
- ./gradlew build jacocoTestReport coveralls --console=plain
- stage: publish snapshot
jdk: openjdk8
if: type = push AND branch = master
Expand Down

0 comments on commit cff0f5a

Please sign in to comment.