1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Clear node_modules/.cache before saving node_modules on travis

This commit is contained in:
Tim Neutkens 2018-09-16 17:31:36 +02:00
parent d3f57fb215
commit 249d4be6d6

View file

@ -17,6 +17,9 @@
"sh -e /etc/init.d/xvfb start",
"sleep 3"
],
before_cache: [
"rm -rf node_modules/.cache"
],
after_script: ["npm run coveralls"],
deploy: {
provider: "npm",