Update .travis.yml

Forgot to clean before build
This commit is contained in:
jameslfc19 2020-07-04 02:17:24 +01:00
parent 1e7fc9458d
commit 712f450c99
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ before_install:
- cd ../
script:
- mvn -DskipTests package
- mvn clean package -DskipTests
- export FOO=$(ls /Server/plugins/ChestsPlusPlus-*.jar)
cache: