Skip to content

Commit

Permalink
gradle-kotlin-dsl: use gradle wrapper in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Jul 6, 2018
1 parent edcb1a4 commit f3e9bfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
- $HOME/.gradle/wrapper/

before_install:
- gradle --version
- ./gradlew --version
- java -version

matrix:
Expand All @@ -22,5 +22,3 @@ matrix:
apt:
packages:
- oracle-java8-installer


0 comments on commit f3e9bfd

Please sign in to comment.