2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-31 06:15:49 +00:00

maven-cache (#384)

Update how npm is cached in travis, and add maven caching
This commit is contained in:
Nima Eskandary
2018-12-05 13:39:53 -05:00
committed by GitHub
parent 4c824e2e91
commit 2d875d014b

View File

@@ -18,10 +18,11 @@ services:
cache: cache:
pip: true pip: true
bundler: true bundler: true
npm: true
directories: directories:
- $HOME/.ivy2/cache - $HOME/.ivy2/cache
- $HOME/.sbt - $HOME/.sbt
- node_modules - $HOME/.m2
timeout: 900 timeout: 900
before_install: before_install: