From d057a5040cc372946a341c0b211cd93ea1beb299 Mon Sep 17 00:00:00 2001 From: Kyra Date: Sun, 10 Feb 2019 00:51:23 +0100 Subject: [PATCH] ci: Test in Node.js 10 and 11, deploy with Node.js 10 (#3069) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b89d2afa..2215629ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ language: node_js node_js: - - 8 - - 9 + - 10 + - 11 install: npm install script: bash ./travis/test.sh jobs: include: - stage: deploy - node_js: 9 + node_js: 10 script: bash ./travis/deploy.sh env: - ENCRYPTION_LABEL="af862fa96d3e"