Revert previous commit.

TravisCI couldn't find the parent pom.xml's needed ror the NMS repositories that were cached. :trollface:
This commit is contained in:
JitseB 2018-05-06 13:08:07 +02:00
parent 5f4ef72efe
commit a7c683e45c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: java
cache:
directories:
- $HOME/.m2/repository/org/spigotmc/spigot
- $HOME/.m2/
install:
- wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
- ls $HOME/.m2/repository/org/spigotmc/spigot/1.8-R0.1-SNAPSHOT >> /dev/null 2>&1 || java -jar BuildTools.jar --rev 1.8 >> /dev/null 2>&1