From 04545f63462d6729bb6e9542b64313389d98a61e Mon Sep 17 00:00:00 2001 From: Va Da Date: Thu, 24 May 2018 21:49:41 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A4=96=20add=20CI=20posting=20scrip?= =?UTF-8?q?ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8f28b593..239debcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ install: script: - npm run lint after_success: + - npx ci-scripts slack + - npx ci-scripts github-post - npm run semantic-release branches: except: