Files
ccdi/doc/test-data/purchase_transaction/node_modules/fstream/.travis.yml

10 lines
142 B
YAML
Raw Normal View History

2026-02-09 14:34:27 +08:00
language: node_js
node_js:
- "6"
- "4"
- "0.10"
- "0.12"
before_install:
- "npm config set spin false"
- "npm install -g npm/npm"