Skip to content

Commit 741ab09

Browse files
codebyterervagg
authored andcommitted
test: remove support for EOL versions of Node.js
Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
1 parent 6356117 commit 741ab09

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ jobs:
1313
env: NODE_GYP_FORCE_PYTHON=python2
1414
python: 2.7
1515

16-
- name: "Node.js 6 & Python 3.8 on Linux"
17-
python: 3.8
18-
env: NODE_GYP_FORCE_PYTHON=python3
19-
before_install: nvm install 6
20-
- name: "Node.js 8 & Python 3.8 on Linux"
21-
python: 3.8
22-
env: NODE_GYP_FORCE_PYTHON=python3
23-
before_install: nvm install 8
2416
- name: "Node.js 10 & Python 3.8 on Linux"
2517
python: 3.8
2618
env: NODE_GYP_FORCE_PYTHON=python3
@@ -56,14 +48,6 @@ jobs:
5648
env: NODE_GYP_FORCE_PYTHON=python3 PATH=$HOME/.pyenv/shims:$PATH PYENV_VERSION=3.8.0
5749
before_install: pyenv install $PYENV_VERSION
5850

59-
- name: "Node.js 6 & Python 2.7 on Windows"
60-
os: windows
61-
language: node_js
62-
node_js: 6 # node
63-
env: >-
64-
PATH=/c/Python27:/c/Python27/Scripts:$PATH
65-
NODE_GYP_FORCE_PYTHON=/c/Python27/python.exe
66-
before_install: choco install python2
6751
- name: "Node.js 12 & Python 2.7 on Windows"
6852
os: windows
6953
language: node_js

0 commit comments

Comments
 (0)