Skip to content

Commit 249d4be

Browse files
committedSep 16, 2018
Clear node_modules/.cache before saving node_modules on travis
1 parent d3f57fb commit 249d4be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"sh -e /etc/init.d/xvfb start",
1818
"sleep 3"
1919
],
20+
before_cache: [
21+
"rm -rf node_modules/.cache"
22+
],
2023
after_script: ["npm run coveralls"],
2124
deploy: {
2225
provider: "npm",

0 commit comments

Comments
 (0)
Please sign in to comment.