From a4bdf07e35479812560a214cdb342c58024e553c Mon Sep 17 00:00:00 2001 From: Matt Olson Date: Tue, 15 Oct 2019 11:03:59 -0700 Subject: [PATCH] Update Travis to test on Node 8, 10, 12 (drop 6) --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ed10d82..eb388476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: node_js sudo: false node_js: - - 6 - 8 - 10 + - 12 script: - npm install - npm test diff --git a/package.json b/package.json index 6b3ba5d2..5f13113c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "BSD-4-Clause", "scripts": { "linter": "eslint .", - "test": "npm run linter && lab -v -t 94 --ignore i18n,WebAssembly,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams spec", + "test": "npm run linter && lab -v -t 94 --ignore i18n,WebAssembly,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams,TextEncoder,TextDecoder,queueMicrotask spec", "coverage": "lab -c -r console -o stdout -r html -o coverage.html spec" }, "repository": {