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