Nuxt/.travis.yml
2016-12-09 18:53:55 +01:00

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