We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1a43e commit 33879fdCopy full SHA for 33879fd
.travis.yml
@@ -3,6 +3,9 @@ jdk: oraclejdk8
3
branches:
4
only:
5
- master
6
+cache:
7
+ directories:
8
+ - "$HOME/.m2"
9
after_success:
10
- chmod +x publish.sh
11
- "./publish.sh"
0 commit comments