Skip to content

Commit a391635

Browse files
authored
Merge pull request #19 from rollup-umd/dev
ci(cache): remove caching of node_modules
2 parents aca9f9f + cbe6ebf commit a391635

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)