Skip to content

Commit 9bead61

Browse files
committed
Don't set scalaVersion in build script
1 parent 41b8d93 commit 9bead61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
6868
exit 0
6969
fi
7070
else
71-
if isTagScalaReleaseJob; then
72-
setTagScalaVersion='set every scalaVersion := "'$tagScalaVer'"'
73-
else
71+
if ! isTagScalaReleaseJob; then
7472
echo "The releases for Scala $tagScalaVer are built by other jobs in the travis job matrix"
7573
exit 0
7674
fi

0 commit comments

Comments
 (0)