This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/shell-quote/.travis.yml
2020-11-01 22:46:04 +00:00

28 lines
367 B
YAML

language: node_js
os:
- linux
- osx
- windows
node_js:
- "0.8"
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
- "11"
- "12"
matrix:
exclude:
- os: windows
node_js: "0.8"
- os: windows
node_js: "iojs"
before_install:
- 'if [ $TRAVIS_NODE_VERSION == 0.8 ]; then nvm install-latest-npm; fi'