We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa930d commit c70c4c2Copy full SHA for c70c4c2
.travis.yml
@@ -13,3 +13,8 @@ before_install:
13
# Run Unit Test and Integration Tests
14
script:
15
- mvn verify
16
+
17
+# Cache the .m2 folder to prevent redownloading dependencies on each build
18
+cache:
19
+ directories:
20
+ - "$HOME/.m2/repository"
0 commit comments