Skip to content

Commit 955e6ec

Browse files
committed
removed cache in .travis.yml
1 parent 36204cd commit 955e6ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ node_js:
33
- "8"
44
- "9"
55
- "10"
6-
cache:
7-
directories:
8-
- "node_modules"
6+
# cache:
7+
# directories:
8+
# - "node_modules"
99
before_script:
1010
- npm run build
1111
script:

0 commit comments

Comments
 (0)