11 lines
90 B
YAML
Raw Permalink Normal View History

language: node_js
sudo: false
node_js:
- 9
- 8
- 7
- 6
- 4
script:
npm run ci