diff --git a/.travis.yml b/.travis.yml index 00e2096f92243902280e5c441bfb27d539f2e8da..d5b6f4eeb62066aab8f06bf63c59f95268f5412d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ jobs: node_js: "10" - script: npm run test name: "Unit + Integration Node 11" - node_js: "11.0." + node_js: "11.0.0" - script: npm run lint name: "Linting"