From f2de18179ee12e5e59c60d473b54475158ca0c2b Mon Sep 17 00:00:00 2001 From: David Mehren Date: Tue, 25 Aug 2020 21:03:21 +0200 Subject: [PATCH] CI: Add Node 14 to node versions list This also removes the explicit node version in the eslint stage. Now the first version from the global list is automatically used. Signed-off-by: David Mehren --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 341102f71..f6a58300d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ stages: node_js: - 10 - 12 + - 14 env: - TEST_SUITE=test - TEST_SUITE=test:e2e @@ -18,8 +19,6 @@ jobs: include: - stage: Static Tests name: eslint - node_js: - - 10 script: - yarn run lint - name: ShellCheck