mirror of
https://github.com/wuchangming/spy-debugger.git
synced 2026-02-01 15:29:36 +00:00
8 lines
118 B
YAML
8 lines
118 B
YAML
before_install:
|
|
- npm install babel-cli babel-preset-es2015 mocha
|
|
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
- "10"
|