Skip to content

Commit

Permalink
disable tests when back-publishing 0.8.0 for Scala 2.13.0-M3
Browse files Browse the repository at this point in the history
references #97
  • Loading branch information
SethTisue committed Feb 16, 2018
1 parent 35831f4 commit 591dec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
openssl aes-256-cbc -K $K -iv $IV -in admin/secring.asc.enc -out admin/secring.asc -d
fi
sbt "$publishVersion" "$publishScalaVersion" clean update +test +publishLocal $extraTarget
sbt "$publishVersion" "$publishScalaVersion" clean update +publishLocal $extraTarget

0 comments on commit 591dec3

Please sign in to comment.