mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 04:57:40 +08:00
15 lines
230 B
YAML
15 lines
230 B
YAML
machine:
|
|
node:
|
|
version: 5
|
|
|
|
general:
|
|
branches:
|
|
only:
|
|
- next
|
|
|
|
test:
|
|
override:
|
|
- npm run lint
|
|
- npm run test:cover # only run unit tests in Phantom for now before we setup SauceLabs
|
|
- npm run test:ssr
|