Updated Pom and Travis

This commit is contained in:
jameslfc19 2020-07-04 00:18:21 +01:00
parent cb7ff74d17
commit 5eae2a1152
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ target/
.idea/
.DS_Store
ChestsPlusPlus.iml
*.iml

View File

@ -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

View File

@ -38,6 +38,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>