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

Commit d3e48e9

Browse files
AdamJdgutride
authored andcommitted
fix(build): remove cache configuration from Travis
Remove the cache configuration from the Travis build process.
1 parent 3716ee7 commit d3e48e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ language: node_js
22
node_js:
33
- '6'
44

5-
cache:
6-
directories:
7-
- node_modules
5+
cache: false
86

97
addons:
108
chrome: stable

0 commit comments

Comments
 (0)