Nuxt/.travis.yml

12 lines
151 B
YAML
Raw Normal View History

2016-12-09 17:53:55 +00:00
language: node_js
node_js:
2017-08-17 17:49:17 +00:00
- "8"
- "6"
2016-12-09 17:53:55 +00:00
install:
2017-06-03 08:04:37 +00:00
- yarn install
- yarn run build
2016-12-09 17:53:55 +00:00
script:
2017-06-03 08:04:37 +00:00
- yarn run test
2016-12-09 17:53:55 +00:00
after_success:
2017-06-03 08:04:37 +00:00
- yarn run coverage