From e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Mon, 16 Nov 2020 00:10:28 +0100 Subject: api, login, auth --- node_modules/shell-quote/.travis.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 node_modules/shell-quote/.travis.yml (limited to 'node_modules/shell-quote/.travis.yml') diff --git a/node_modules/shell-quote/.travis.yml b/node_modules/shell-quote/.travis.yml new file mode 100644 index 0000000..72a6882 --- /dev/null +++ b/node_modules/shell-quote/.travis.yml @@ -0,0 +1,27 @@ +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' -- cgit v1.2.3