1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Test caching of dependencies on Travis

This commit is contained in:
squidfunk 2016-12-31 18:01:59 +01:00
parent 9f71d0a220
commit 3bc52f0b53

View File

@ -27,6 +27,12 @@ node_js:
- 5
- 6
# Cache dependencie
cache:
pip: true
directories:
- node_modules
# Install dependencies
before_script:
- pip install --user -r requirements.txt