From 464a40b6a9957e0a88ca9977abfdc3ee04c9c70a Mon Sep 17 00:00:00 2001 From: legendecas Date: Wed, 4 Sep 2019 14:33:25 +0800 Subject: [PATCH] travis: remove chakracore on travis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. node-chakracore v8 doesn’t expose napi version 2. node-chakracore v10 doesn’t throws on handlescope double escape --- .travis.yml | 9 --------- test/index.js | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7821a7223..ff445e0f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,20 +12,11 @@ env: # https://github.com/jasongin/nvs/blob/master/doc/CI.md - NVS_VERSION=1.4.2 matrix: - - NODEJS_VERSION=node/4 - NODEJS_VERSION=node/6 - NODEJS_VERSION=node/8 - - NODEJS_VERSION=node/9 - NODEJS_VERSION=node/10 - - NODEJS_VERSION=chakracore/8 - - NODEJS_VERSION=chakracore/10 - - NODEJS_VERSION=nightly - - NODEJS_VERSION=chakracore-nightly matrix: fast_finish: true - allow_failures: - - env: NODEJS_VERSION=nightly - - env: NODEJS_VERSION=chakracore-nightly sudo: false cache: directories: diff --git a/test/index.js b/test/index.js index a245b05f2..33142a3c7 100644 --- a/test/index.js +++ b/test/index.js @@ -45,6 +45,7 @@ let testModules = [ ]; const napiVersion = process.env.npm_config_NAPI_VERSION || process.versions.napi +console.log(`NAPI version defined as ${napiVersion}\n`); if (napiVersion < 50000) { // currently experimental only test if NAPI_VERSION