Nuxt/.travis.yml

14 lines
168 B
YAML
Raw Normal View History

2016-12-09 17:53:55 +00:00
language: node_js
node_js:
2016-12-09 18:00:28 +00:00
- "7.2"
- "6.9"
- "5.12"
- "4.7"
2016-12-09 17:53:55 +00:00
install:
- npm install
- npm run build
script:
- npm test
after_success:
- npm run coverage