node/deps/npm/node_modules/request/.travis.yml

13 lines
220 B
YAML
Raw Normal View History

2013-12-12 02:20:26 +08:00
language: node_js
node_js:
2014-09-17 06:38:50 +08:00
- "0.8"
- "0.10"
2013-12-12 02:20:26 +08:00
env:
- OPTIONALS=Y
- OPTIONALS=N
install:
- if [[ "$OPTIONALS" == "Y" ]]; then npm install; fi
- if [[ "$OPTIONALS" == "N" ]]; then npm install --no-optional; fi