Update .travis.yml

Travis hates leading '/' 😠
This commit is contained in:
jameslfc19 2020-07-04 18:14:11 +01:00
parent 757c512186
commit 6366e2cafe

View File

@ -17,7 +17,7 @@ cache:
- BuildTools
before-deploy:
- export FOO=$(ls /Server/plugins/ChestsPlusPlus-*.jar)
- export FOO=$(ls Server/plugins/ChestsPlusPlus-*.jar)
deploy:
provider: releases