chore(travis): turn on travis cache for npm dependencies
This commit is contained in:
parent
371c8b8a1c
commit
4fd4a1d15c
|
@ -2,6 +2,11 @@ language: node_js
|
|||
sudo: false
|
||||
node_js:
|
||||
- '0.10'
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
env:
|
||||
global:
|
||||
- KARMA_BROWSERS=DartiumWithWebPlatform
|
||||
|
|
Loading…
Reference in New Issue