mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
14 lines
168 B
YAML
14 lines
168 B
YAML
language: node_js
|
|
node_js:
|
|
- "7.2"
|
|
- "6.9"
|
|
- "5.12"
|
|
- "4.7"
|
|
install:
|
|
- npm install
|
|
- npm run build
|
|
script:
|
|
- npm test
|
|
after_success:
|
|
- npm run coverage
|