From 3877893ec1e156d7ee4f26c8ad679bfe18082b6e Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Thu, 14 Nov 2019 00:30:16 -0300 Subject: [PATCH] Add test for Node 12 --- .gitlab-ci.yml | 2 +- .travis.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dc862a..cf4f4ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - test test: - image: node:8 + image: node:12 stage: test script: - npm install diff --git a/.travis.yml b/.travis.yml index 85f0a27..4cbb4d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - - "8.12.0" + - "8" + - "12" script: npm run ci notifications: email: false