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
|
sudo: false
|
||||||
node_js:
|
node_js:
|
||||||
- '0.10'
|
- '0.10'
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- KARMA_BROWSERS=DartiumWithWebPlatform
|
- KARMA_BROWSERS=DartiumWithWebPlatform
|
||||||
|
|
Loading…
Reference in New Issue