Nuxt/.travis.yml

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