Skip to content

Commit

Permalink
Merge pull request #28 from lorengordon/ffs
Browse files Browse the repository at this point in the history
Removes extraneous quote causing script failure
  • Loading branch information
lorengordon authored Apr 11, 2018
2 parents 5ca9ed0 + 22c4994 commit caacd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit caacd23

Please sign in to comment.