From 0ea6a3bdbf3184d230bf17d2c17704dbc2ec7aac Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 26 Feb 2020 14:30:15 +0100 Subject: Nodejs: run tests against Node.js v12 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 32c6656dd..42f0e259f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,6 +112,11 @@ matrix: env: SWIGLANG=javascript ENGINE=node VER=10 CPP11=1 sudo: required dist: xenial + - compiler: gcc + os: linux + env: SWIGLANG=javascript ENGINE=node VER=12 CPP11=1 + sudo: required + dist: xenial - compiler: gcc os: linux env: SWIGLANG=javascript ENGINE=jsc -- cgit v1.2.1 From 1edc58d8fe14b9c0128b815625fd8b123afa2a7e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 24 Feb 2021 22:11:10 +0000 Subject: Travis testing: Node 12 support not fully working yet --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 42f0e259f..fe7742dcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -474,6 +474,12 @@ matrix: env: SWIGLANG=d VER=2.086.1 sudo: required dist: xenial + # New node support, wip + - compiler: gcc + os: linux + env: SWIGLANG=javascript ENGINE=node VER=12 CPP11=1 + sudo: required + dist: xenial # seg fault in director_basic testcase - compiler: gcc os: linux -- cgit v1.2.1