We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b8d93 commit 9bead61Copy full SHA for 9bead61
build.sh
@@ -68,9 +68,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
68
exit 0
69
fi
70
else
71
- if isTagScalaReleaseJob; then
72
- setTagScalaVersion='set every scalaVersion := "'$tagScalaVer'"'
73
- else
+ if ! isTagScalaReleaseJob; then
74
echo "The releases for Scala $tagScalaVer are built by other jobs in the travis job matrix"
75
76
0 commit comments