Skip to content

Commit

Permalink
Changing Travis' default script from "gradlew assemble" to "gradlew c…
Browse files Browse the repository at this point in the history
…lean build test"
  • Loading branch information
thevalenciandev committed Aug 31, 2019
1 parent d02834c commit a74a6f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: java

jdk:
- openjdk8

before_install:
- chmod +x gradlew
- chmod +x gradlew

script:
- ./gradlew clean build test

0 comments on commit a74a6f6

Please sign in to comment.