Nuxt/.travis.yml
Pooya Parsa 9b8cbed512 perf: remove rollup build
Using native node 8.x for less transpilations
2017-12-12 13:12:29 +03:30

15 lines
186 B
YAML

language: node_js
node_js:
- "8"
- "9"
cache:
yarn: true
directories:
- node_modules
install:
- yarn install
script:
- yarn run test
after_success:
- yarn run coverage