Skip to content

Commit 591dec3

Browse files
committed
disable tests when back-publishing 0.8.0 for Scala 2.13.0-M3
references #97
1 parent 35831f4 commit 591dec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
5050
openssl aes-256-cbc -K $K -iv $IV -in admin/secring.asc.enc -out admin/secring.asc -d
5151
fi
5252
53-
sbt "$publishVersion" "$publishScalaVersion" clean update +test +publishLocal $extraTarget
53+
sbt "$publishVersion" "$publishScalaVersion" clean update +publishLocal $extraTarget

0 commit comments

Comments
 (0)