From 787d6a4a8b8b9d6749e174f1ea38185d750c7624 Mon Sep 17 00:00:00 2001 From: Luis Silva Date: Thu, 17 May 2018 08:47:19 +0100 Subject: [PATCH] chore: start npm publish --- .travis.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55884c5..806f873 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,16 @@ before_script: after_success: - yarn report-coverage deploy: - provider: pages - skip-cleanup: true - keep-history: true - github-token: $GH_TOKEN - local-dir: src/www - on: - branch: master + - provider: pages + skip-cleanup: true + keep-history: true + github-token: $GH_TOKEN + local-dir: src/www + on: + branch: master + - provider: script + skip-cleanup: true + script: + - yarn semantic-release + on: + branch: master