Opal-Estate-Pro/node_modules/fstream/.travis.yml

10 lines
142 B
YAML
Raw Normal View History

2019-09-13 06:27:52 +02:00
language: node_js
node_js:
- "6"
- "4"
- "0.10"
- "0.12"
before_install:
- "npm config set spin false"
- "npm install -g npm/npm"