spy-debugger/.travis.yml
2019-04-05 14:47:17 +08:00

8 lines
118 B
YAML

before_install:
- npm install babel-cli babel-preset-es2015 mocha
language: node_js
node_js:
- "6"
- "8"
- "10"