diff --git a/.travis.yml b/.travis.yml index 2cf6308c..bc97a8be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js + services: - docker -notifications: - email: false + node_js: - 9 - 8 @@ -23,4 +23,10 @@ script: after_success: - npm run codecov - - npm run semantic-release + +jobs: + include: + - stage: release + node_js: lts/* + script: + - npm run semantic-release