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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user