Adding Travis file with caching
This commit is contained in:
parent
8724a1f5dd
commit
9475b30f3e
1 changed files with 4 additions and 0 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
cache:
|
||||
directories:
|
||||
- $HOME/.m2/repository/org/bukkit/craftbukkit
|
||||
# before_install: - Wget BuildTools and run if cached folder not found
|
Loading…
Reference in a new issue