mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
13 lines
166 B
YAML
13 lines
166 B
YAML
language: node_js
|
|
node_js:
|
|
- "8.0"
|
|
- "7.2"
|
|
- "6.11"
|
|
install:
|
|
- yarn install
|
|
- yarn run build
|
|
script:
|
|
- yarn run test
|
|
after_success:
|
|
- yarn run coverage
|