Skip to content

Commit cbe6ebf

Browse files
author
Dimitri Kopriwa
committed
ci(cache): remove caching of node_modules
1 parent a5fae00 commit cbe6ebf

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
@@ -7,9 +7,9 @@ branches:
77
except:
88
- gh-pages # will be deployed to, no need to build it
99

10-
cache:
11-
directories:
12-
- node_modules
10+
#cache:
11+
# directories:
12+
# - node_modules
1313

1414
before_install:
1515
- npm install -g npm

0 commit comments

Comments
 (0)