From 5f4ef72efecb1d30140dfb1f51ebbe480349a1a4 Mon Sep 17 00:00:00 2001 From: JitseB Date: Sun, 6 May 2018 13:04:58 +0200 Subject: [PATCH] TravisCI configuration change. Only cache the NMS repositories. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f8aaf8..5938b07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java cache: directories: - - $HOME/.m2 + - $HOME/.m2/repository/org/spigotmc/spigot 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