From bb92c761a98e30c29b973b8d6e48e98763656fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Sun, 7 Jul 2019 20:57:24 +0100 Subject: [PATCH] test: add Node.js 6 on Windows to Travis CI Test the oldest supported Node version on Windows. PR-URL: https://github.com/nodejs/node-gyp/pull/1812 Reviewed-By: Christian Clauss Reviewed-By: Bartosz Sosnowski Reviewed-By: Richard Lau --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 895690dc8d..54a13a9382 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,13 @@ matrix: osx_image: xcode10.2 language: shell # 'language: python' is not yet supported on macOS before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew install npm - - name: "Python 2.7 on Windows" + - name: "Node.js 6 & Python 2.7 on Windows" + os: windows + language: node_js + node_js: 6 # node + env: PATH=/c/Python27:/c/Python27/Scripts:$PATH + before_install: choco install python2 + - name: "Node.js 12 & Python 2.7 on Windows" os: windows language: node_js node_js: 12 # node