mirror of https://github.com/qos-ch/slf4j
add travis build cache
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
parent
55357d2270
commit
21af69f3eb
|
|
@ -13,4 +13,9 @@ install: /bin/true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mvn clean
|
- mvn clean
|
||||||
- mvn install
|
- mvn install
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.m2
|
||||||
|
|
||||||
Loading…
Reference in New Issue