mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 04:57:40 +08:00
13 lines
178 B
YAML
13 lines
178 B
YAML
machine:
|
|
node:
|
|
version: 5
|
|
|
|
general:
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
test:
|
|
override:
|
|
- npm run test:cover # only run unit tets for now before we setup SauceLabs
|