From 0a3368d8c9a69d67933a6b3acdfddc41c081110d Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Wed, 11 Apr 2018 17:52:16 -0400 Subject: [PATCH] Updates travis script so condition passes when envs are different --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 95ee1416..33c5157f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ jobs: - echo RELEASE_VERSION=$RELEASE_VERSION - echo RELEASE_BODY=$RELEASE_BODY script: - - test "$PRIOR_VERSION" = "$RELEASE_VERSION" && travis_terminate + - test "$PRIOR_VERSION" = "$RELEASE_VERSION" && travis_terminate || echo "Deploying new version..."" deploy: provider: releases api_key: