From 44ad57dcd0438a1a2f393471da3ee62cf5a6d029 Mon Sep 17 00:00:00 2001 From: Matt Farmer Date: Sat, 24 Dec 2016 17:21:44 -0500 Subject: [PATCH] Remove the workaround that didn't work well --- travis.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/travis.sh b/travis.sh index b7c3ac06c5..ae3411828f 100755 --- a/travis.sh +++ b/travis.sh @@ -10,9 +10,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then mkdir -p ~/.sbt/0.13/ openssl aes-256-cbc -K $encrypted_a177bbd76133_key -iv $encrypted_a177bbd76133_iv -in .credentials.enc -out ~/.sbt/0.13/.credentials -d - # Include the no-java-comments work-around so that publishing for Scala 2.12 will work correctly. - # See: https://github.com/scala/scala-dev/issues/249 - sbt ++$TRAVIS_SCALA_VERSION "set scalacOptions in (Compile, doc) += \"-no-java-comments\"" publish + sbt ++$TRAVIS_SCALA_VERSION publish rm ~/.sbt/0.13/.credentials fi