From 6ed57bdd7c7220c947ddbafff4f74fa6e5597a80 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 19 Jul 2019 12:50:20 -0500 Subject: [PATCH] ci(publish): fixed the npm command to run semantic-release (#81) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 436ab9fa..cf804767 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ jobs: provider: script skip_cleanup: true script: - - npm semantic-release + - npm run semantic-release branches: only: