caching the .m2 directory will considerably speed up travis builds. Adding the following instructions in travis should enable caching of the maven directory. cache: directories: - $HOME/.m2
caching the .m2 directory will considerably speed up travis builds.
Adding the following instructions in travis should enable caching of the maven directory.
cache:
directories: