Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
add clean to the travis ci build command
Browse files Browse the repository at this point in the history
  • Loading branch information
tverbele committed Oct 24, 2018
1 parent 3e0939e commit 21fed4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: java
jdk:
- oraclejdk8
script:
- ./gradlew --info build
- ./gradlew --info clean build

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit 21fed4a

Please sign in to comment.