Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit 1ee1a27

Browse files
committed
ci: cache node_modules
1 parent 51fba4b commit 1ee1a27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
language: node_js
33

4+
cache:
5+
directories:
6+
- "node_modules"
7+
48
notifications:
59
email:
610
on_success: never
@@ -15,7 +19,6 @@ branches:
1519
before_install: git fetch --depth=1000
1620

1721
install:
18-
- npm i -g typescript webpack
1922
- npm i
2023

2124
script:

0 commit comments

Comments
 (0)