Ensure Travis runs BuildTools before mvn install

This commit is contained in:
md678685 2018-10-09 19:52:42 +01:00 committed by GitHub
parent 50e4cd67b5
commit 77ed1e1d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ cache:
- .buildtools
- $HOME/.m2
before_script:
before_install:
- mkdir .buildtools
- cd .buildtools
- wget -O BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar