Skip to content

Commit 4fd4a1d

Browse files
committed
chore(travis): turn on travis cache for npm dependencies
1 parent 371c8b8 commit 4fd4a1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: node_js
22
sudo: false
33
node_js:
44
- '0.10'
5+
6+
cache:
7+
directories:
8+
- node_modules
9+
510
env:
611
global:
712
- KARMA_BROWSERS=DartiumWithWebPlatform

0 commit comments

Comments
 (0)