test: disable http2.push in appveyor

This commit is contained in:
Clark Du 2018-07-24 11:37:21 +01:00 committed by Clark Du
parent 364be8dc68
commit daf1c28dbf
2 changed files with 2 additions and 5 deletions

View File

@ -3,7 +3,7 @@ export default {
transition: false,
render: {
http2: {
push: true
push: !process.env.APPVEYOR
}
}
}

View File

@ -2,10 +2,7 @@ export default {
render: {
resourceHints: false,
http2: {
push: true
}
},
build: {
extractCSS: true
push: !process.env.APPVEYOR
}
}
}