1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Add Python and node_module caching

Speed up Travis CI rebuilds by caching pip
and npm dependencies.
This commit is contained in:
Robert Knight 2015-11-25 12:49:59 +00:00
parent 011487604e
commit c38ca5cdd4

View File

@ -7,6 +7,10 @@ python:
os:
- linux
cache:
directories:
- $HOME/.cache/pip
- node_modules
sudo: false