2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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