From f296530ec2eec4a723feed2b8dd5309431c78897 Mon Sep 17 00:00:00 2001 From: Dean Kerr Date: Thu, 4 Apr 2019 11:32:14 +0100 Subject: [PATCH] feat: remove automated deployment attempt --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 706659a..c359d99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ before_script: script: - npm run build:prod - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run test; fi -after_success: -- npm run semantic-release branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/"