Closed seojangho closed 6 years ago
@seojangho Can we cache our builds as well with this PR? I've provided a link below:
https://docs.travis-ci.com/user/caching
We can add the lines below to cache our maven directories
cache:
directories:
- $HOME/.m2
@wonook Good idea!
I'll merge after the tests
This commit allows Travis CI to properly execute tests.
.m2
for faster testing