chore(travis): turn on travis cache for npm dependencies

This commit is contained in:
Igor Minar 2015-04-15 21:37:13 -07:00
parent 371c8b8a1c
commit 4fd4a1d15c
1 changed files with 5 additions and 0 deletions

View File

@ -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