diff --git a/.travis.yml b/.travis.yml index d5b6f4eeb62066aab8f06bf63c59f95268f5412d..dca1a649c2ab06fad3d06ba70b109e9cc350b3e3 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