mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
Add Python and node_module caching
Speed up Travis CI rebuilds by caching pip and npm dependencies.
This commit is contained in:
parent
011487604e
commit
c38ca5cdd4
@ -7,6 +7,10 @@ python:
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
|
- node_modules
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user