mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-31 14:25:30 +00:00
maven-cache (#384)
Update how npm is cached in travis, and add maven caching
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user