Files
vue-cli/appveyor.yml
2018-05-23 03:35:38 +02:00

19 lines
280 B
YAML

environment:
nodejs_version: "8"
install:
- ps: Install-Product node $env:nodejs_version
- yarn
test_script:
- git --version
- node --version
- yarn --version
- yarn test
- cd "packages/@vue/cli-ui" && yarn test
cache:
- node_modules -> yarn.lock
build: off