blob: a4553e6b67279fc2875d7ae6106b4d5c4c07a9c1 [file] [log] [blame]
language: node_js
sudo: false
git:
depth: 10
node_js:
- 6
- 8
- 10
- 12
install:
- "npm install"
script:
- "npm test"