From 22c4994d7ecc2977c195dddea5fe7ed7af6a133a Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Wed, 11 Apr 2018 17:59:38 -0400 Subject: [PATCH] Removes extraneous quote causing script failure --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33c5157f..33997365 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 || echo "Deploying new version..."" + - test "$PRIOR_VERSION" = "$RELEASE_VERSION" && travis_terminate || echo "Deploying new version..." deploy: provider: releases api_key: