misc: revert appveyor condition in test

This commit is contained in:
Clark Du 2018-07-24 17:22:12 +01:00 committed by Clark Du
parent 5c6daae205
commit 6b8e9fa1be
2 changed files with 2 additions and 2 deletions

View File

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

View File

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