From ee36bff7c34a49e3ac0d36a52a83742e7f5cebc4 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Mon, 3 Jul 2017 15:41:01 -0700 Subject: [PATCH] ci: Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0a017a5..0c28266 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,7 @@ notifications: node_js: 6 before_script: - npm prune +script: + - npm run all after_success: - npm run semantic-release