chore(ci): temporary disable appveyor tests for node 10.x due to yarn problems

https://ci.appveyor.com/project/nuxt/nuxt-js/build/job/28j5hetw69q2x893
This commit is contained in:
Pooya Parsa 2018-06-01 16:17:12 +04:30
parent c954ad4763
commit 445fce1312

View File

@ -2,7 +2,8 @@
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
# Temporary disabled
# - nodejs_version: "10"
cache:
- "%LOCALAPPDATA%\\Yarn"