Skip to content

Commit

Permalink
Try to fix travis ci config error: Could not parse
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Aug 19, 2020
1 parent 0e3025c commit 5c2d070
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 @@ -21,7 +21,7 @@ script:
- sbt coveralls
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" -o "$TRAVIS_BRANCH" == "$TRAVIS_TAG" ]; then
if [ -z "$TRAVIS_TAG" ]; then
echo "//TODO: Publish a snapshot";
echo "Publish a snapshot";
else
VERSION="$(echo "${TRAVIS_TAG}" | cut -d'v' -f 2)";
echo "Publish a release version=$VERSION for tag $TRAVIS_TAG";
Expand Down

0 comments on commit 5c2d070

Please sign in to comment.