mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 04:18:33 -05:00
ci: add appveyor config
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
environment:
|
||||
- nodejs_version: "8"
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- yarn
|
||||
|
||||
test_script:
|
||||
- node --version
|
||||
- yarn --version
|
||||
- yarn test
|
||||
|
||||
cache:
|
||||
- node_modules -> yarn.lock
|
||||
|
||||
build: off
|
||||
Reference in New Issue
Block a user