Merge pull request #3921 from bjornharrtell/travis-cache
Cache node_modules on Travis.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
language: python
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
env:
|
||||
- DISPLAY=:99.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user