Files
wangxiaowei 5d7b75a14e first commit
2025-12-09 13:35:21 +08:00

10 lines
142 B
YAML

language: node_js
node_js:
- "6"
- "4"
- "0.10"
- "0.12"
before_install:
- "npm config set spin false"
- "npm install -g npm/npm"