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
|
|
@ -14,3 +14,8 @@ install: /bin/true
|
|||
script:
|
||||
- mvn clean
|
||||
- mvn install
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
||||
Loading…
Reference in New Issue