From 6366e2cafe54fb190af37553f08229f0a62a32fc Mon Sep 17 00:00:00 2001 From: jameslfc19 Date: Sat, 4 Jul 2020 18:14:11 +0100 Subject: [PATCH] Update .travis.yml Travis hates leading '/' :angry: --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b7cd575..5d95762 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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