From 5eae2a1152522dc9c0488a423b451684c6dc6118 Mon Sep 17 00:00:00 2001 From: jameslfc19 Date: Sat, 4 Jul 2020 00:18:21 +0100 Subject: [PATCH] Updated Pom and Travis --- .gitignore | 1 + .travis.yml | 3 +-- ChestsPlusPlus_1_15/pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ec39ba2..f2d58c3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ target/ .idea/ .DS_Store ChestsPlusPlus.iml +*.iml diff --git a/.travis.yml b/.travis.yml index 3c1f6c5..9c98e7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: java script: -- cd ChestsPlusPlus_Main - mvn -DskipTests package -- export FOO=$(ls Server/plugins//ChestsPlusPlus-*.jar) +- export FOO=$(ls /Server/plugins/ChestsPlusPlus-*.jar) deploy: provider: releases diff --git a/ChestsPlusPlus_1_15/pom.xml b/ChestsPlusPlus_1_15/pom.xml index 1fda13f..4835e9d 100644 --- a/ChestsPlusPlus_1_15/pom.xml +++ b/ChestsPlusPlus_1_15/pom.xml @@ -38,6 +38,7 @@ org.bukkit craftbukkit 1.15.2-R0.1-SNAPSHOT + provided