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:
parent
9f71d0a220
commit
3bc52f0b53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user