Skip to content

Commit

Permalink
Print gradle version by Travis
Browse files Browse the repository at this point in the history
For debugging failing tests
  • Loading branch information
Coen Houtman committed Sep 10, 2020
1 parent 0b5b22e commit 838209d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cache:
- $HOME/.gradle/wrapper/

script:
- ./gradlew -PnewVersion="$TRAVIS_TAG" --version
- ./gradlew -PnewVersion="$TRAVIS_TAG" clean
- ./gradlew -PnewVersion="$TRAVIS_TAG" build
- ./gradlew -PnewVersion="$TRAVIS_TAG" check
Expand Down

0 comments on commit 838209d

Please sign in to comment.