Nuxt/.travis.yml

13 lines
166 B
YAML
Raw Normal View History

2016-12-09 17:53:55 +00:00
language: node_js
node_js:
2017-05-31 13:06:37 +00:00
- "8.0"
2016-12-09 18:00:28 +00:00
- "7.2"
2017-06-18 11:35:44 +00:00
- "6.11"
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