From 6a0e67aa3c6e915ae84dd9f0bdb49b383355a7d6 Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Sat, 20 Apr 2019 12:41:53 +0200 Subject: [PATCH] fix: enable semantic release --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0f2ba16..120443e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ jobs: on: branch: next script: - - npx semantic-release -d + - npx semantic-release - stage: "Deploy" if: (branch = master or tag is present) and type = push