From e58513ef0dab8e18e620460066f1e25e37586c47 Mon Sep 17 00:00:00 2001 From: Va Da Date: Fri, 25 May 2018 17:53:52 +0100 Subject: [PATCH] ci: change CI script order --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 239debc..67fc08a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ install: script: - npm run lint after_success: + - npm run semantic-release - npx ci-scripts slack - npx ci-scripts github-post - - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/