From a877cf500c9830aabd0cfcd44993aed5dbf62de0 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Tue, 3 Mar 2020 15:29:48 +0300 Subject: [PATCH] update travis config --- .travis.yml | 4 +++- VERSION | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eef7a08..15d33c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -241,6 +241,8 @@ jobs: after_success: bash <(curl -s https://codecov.io/bash) - stage: github releases + before_script: skip + script: skip before_deploy: - export VERSION=`cat VERSION` - git config --local user.name "retailCRM" @@ -253,7 +255,7 @@ jobs: cleanup: false on: condition: "$LAST_TAG != $CURRENT_VERSION" - if: branch = master AND type = push + if: branch = master AND type = push AND fork = false - stage: deploy deploy: cleanup: false diff --git a/VERSION b/VERSION index 65afb3b..7d280e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.4 +3.5.5