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:
parent
d3f57fb215
commit
249d4be6d6
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue