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

Commit

Permalink
Use Travis's gradle command
Browse files Browse the repository at this point in the history
  • Loading branch information
Antwnis committed Aug 11, 2017
1 parent 437a6af commit b101687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 259 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jdk:
# sudo: true

# Enable if you want to use gradlew
before_install:
- chmod +x gradlew
#before_install:
# - chmod +x gradlew

# If you omit install, travis will always run gradle assemble
install: echo "skip 'gradle assembly'"

script:
- ./gradlew clean build
- gradle clean build

cache:
directories:
Expand Down
172 changes: 0 additions & 172 deletions gradlew

This file was deleted.

84 changes: 0 additions & 84 deletions gradlew.bat

This file was deleted.

0 comments on commit b101687

Please sign in to comment.