diff options
Diffstat (limited to 'node_modules/shell-quote/.travis.yml')
-rw-r--r-- | node_modules/shell-quote/.travis.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/node_modules/shell-quote/.travis.yml b/node_modules/shell-quote/.travis.yml deleted file mode 100644 index 72a6882..0000000 --- a/node_modules/shell-quote/.travis.yml +++ /dev/null @@ -1,27 +0,0 @@ -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' |