summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-02-24 22:22:36 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-02-24 22:22:36 +0000
commit7ba19e758632c8aeddcf82ddf48a05f34e218bc9 (patch)
treecb26d8c240fe8d28a4944f6f1573c5f377ac0ee9 /.travis.yml
parent7b37c8cd022d027c887482f028d00d3503bf5b39 (diff)
downloadswig-7ba19e758632c8aeddcf82ddf48a05f34e218bc9.tar.gz
Document node v12 support and minimum is now v6
Code to remove support for node v0.10 upto v6 is still to be removed.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 432be8291..6572bb74b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,14 +70,6 @@ matrix:
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=javascript ENGINE=node VER=0.10
- dist: xenial
- - compiler: gcc
- os: linux
- env: SWIGLANG=javascript ENGINE=node VER=4 CPP11=1
- dist: xenial
- - compiler: gcc
- os: linux
env: SWIGLANG=javascript ENGINE=node VER=6 CPP11=1
dist: xenial
- compiler: gcc