mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
16 lines
202 B
YAML
16 lines
202 B
YAML
language: node_js
|
|
node_js:
|
|
- "7.2.x"
|
|
- "6.9.x"
|
|
- "5.12.x"
|
|
- "4.7.x"
|
|
- "0.12.x"
|
|
- "0.10.x"
|
|
install:
|
|
- npm install
|
|
- npm run build
|
|
script:
|
|
- npm test
|
|
after_success:
|
|
- npm run coverage
|