blob: 72885441d39db31fd51496b72ca5ac9a4985c356 [file] [log] [blame]
language: node_js
sudo: false
node_js:
- "6"
- "8"
- "10"
install:
- npm install
script:
- npm test