From 6c046ece257c50a04b2427acbb7637ccc959505b Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Fri, 26 Oct 2018 01:25:19 +0100 Subject: [PATCH] s/6/8 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d5b6f4e..dca1a64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,14 @@ install: npm install && npm run build jobs: include: - stage: tests - name: "Unit + Integration Node 6" + name: "Unit - Node 8" script: npm run test node_js: "8" - script: npm run test - name: "Unit + Integration Node 10" + name: "Unit - Node 10" node_js: "10" - script: npm run test - name: "Unit + Integration Node 11" + name: "Unit - Node 11" node_js: "11.0.0" - script: npm run lint -- GitLab