travis: don't use maven wrapper
This commit is contained in:
parent
3d29bb884c
commit
3b778f29a3
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ cache:
|
|||
directories:
|
||||
- "$HOME/.m2"
|
||||
install: true
|
||||
script: "./mvnw -B -U clean install"
|
||||
script: "mvn -B -U clean install"
|
||||
|
|
Loading…
Reference in a new issue