Skip to content

Commit 2dad01c

Browse files
ngokevindmarcos
authored andcommitted
travis cache node_modules/ for faster builds (#1814)
1 parent 3c2c77d commit 2dad01c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.travis.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ branches:
3030

3131
after_success:
3232
- npm run codecov
33+
34+
cache:
35+
directories:
36+
- node_modules

0 commit comments

Comments
 (0)