diff --git a/.travis.yml b/.travis.yml index 3c78e576f0..b2e2618205 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: node_js # https://github.com/nodejs/Release node_js: + - '11' - '10' - '8' - '6' @@ -30,7 +31,7 @@ jobs: - stage: deploy if: branch = master OR tag IS present script: echo "Deploying..." - node_js: '8' + node_js: '10' deploy: - provider: script script: npm run gitpublish