diff --git a/.travis.yml b/.travis.yml index 0c886cf8c..25878d575 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,4 @@ language: node_js -node_js: - - "8" - - "9" cache: directories: - node_modules @@ -10,8 +7,12 @@ jobs: include: - stage: test script: bash ./travis/test.sh + node_js: + - 8 + - 9 - stage: deploy script: bash ./travis/deploy.sh + node_js: 9 env: global: - ENCRYPTION_LABEL: "af862fa96d3e"