From cf542fd70994f33c4a9fb943c083c83242ff47e7 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Sat, 13 Jan 2018 17:26:49 -0500 Subject: [PATCH] ci: use build stages --- .travis.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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