Files
vue-cli/appveyor.yml
2018-01-15 00:40:00 -05:00

18 lines
237 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
cache:
- node_modules -> yarn.lock
build: off