Skip to content

Commit 62e27bf

Browse files
committed
Improve Travis CI build Performance
1 parent 945d621 commit 62e27bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ install: /bin/true
1313

1414
script:
1515
- mvn clean
16-
- mvn install
16+
- mvn install
17+
cache:
18+
directories:
19+
- $HOME/.m2

0 commit comments

Comments
 (0)