Skip to content

Commit b628092

Browse files
author
Dennis Granath
committed
Remove debug message in travis build
1 parent b9e5a2a commit b628092

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ script:
3131
before_deploy: |
3232
# Get semver version for HEAD
3333
VERSION=$(git tag --contains HEAD | grep "v[0-9]*\.[0-9]*\.[0-9]*")
34-
echo "Debug: New version $VERSION"
3534
# Push tag if not present on origin
3635
git ls-remote --exit-code origin refs/tags/$VERSION || {
3736
# Send stdout to dev/null to protect GH_TOKEN

0 commit comments

Comments
 (0)