Skip to content

Commit ddfc2de

Browse files
authored
Enable caching for travis
1 parent 9f64034 commit ddfc2de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ jdk:
33
- openjdk9
44
- openjdk10
55
- openjdk11
6-
6+
cache:
7+
directories:
8+
- $HOME/.m2
79
after_success:
810
- mvn deploy -Dmaven.test.skip -DcreateDocs=true -s settings.xml
911
- mvn jacoco:report coveralls:jacoco -DsourceEncoding=UTF-8

0 commit comments

Comments
 (0)