2021-01-04 18:02:13 +08:00

13 lines
150 B
YAML

sudo: false
language: node_js
node_js:
- "7"
- "8"
- "9"
- "10"
- "stable"
before_script:
- npm install -g mocha
script:
- npm run test