Skip to content

Commit 464a40b

Browse files
committed
travis: remove chakracore on travis
1. node-chakracore v8 doesn’t expose napi version 2. node-chakracore v10 doesn’t throws on handlescope double escape
1 parent 9163f1d commit 464a40b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,11 @@ env:
1212
# https://github.com/jasongin/nvs/blob/master/doc/CI.md
1313
- NVS_VERSION=1.4.2
1414
matrix:
15-
- NODEJS_VERSION=node/4
1615
- NODEJS_VERSION=node/6
1716
- NODEJS_VERSION=node/8
18-
- NODEJS_VERSION=node/9
1917
- NODEJS_VERSION=node/10
20-
- NODEJS_VERSION=chakracore/8
21-
- NODEJS_VERSION=chakracore/10
22-
- NODEJS_VERSION=nightly
23-
- NODEJS_VERSION=chakracore-nightly
2418
matrix:
2519
fast_finish: true
26-
allow_failures:
27-
- env: NODEJS_VERSION=nightly
28-
- env: NODEJS_VERSION=chakracore-nightly
2920
sudo: false
3021
cache:
3122
directories:

test/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ let testModules = [
4545
];
4646

4747
const napiVersion = process.env.npm_config_NAPI_VERSION || process.versions.napi
48+
console.log(`NAPI version defined as ${napiVersion}\n`);
4849

4950
if (napiVersion < 50000) {
5051
// currently experimental only test if NAPI_VERSION

0 commit comments

Comments
 (0)