Update .travis.yml

deployment change.
This commit is contained in:
jameslfc19 2020-07-04 18:03:26 +01:00
parent e576e48fc4
commit 757c512186

View File

@ -10,12 +10,14 @@ install:
script:
- mvn package -DskipTests
- export FOO=$(ls /Server/plugins/ChestsPlusPlus-*.jar)
cache:
directories:
- $HOME/.m2
- BuildTools
before-deploy:
- export FOO=$(ls /Server/plugins/ChestsPlusPlus-*.jar)
deploy:
provider: releases