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