File tree Expand file tree Collapse file tree 4 files changed +3
-18
lines changed Expand file tree Collapse file tree 4 files changed +3
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- sudo : required
2-
31language : scala
42jdk :
53 - oraclejdk8
Original file line number Diff line number Diff line change 4040script: admin/build.sh
4141
4242jdk:
43- - openjdk6
4443 - oraclejdk8
44+ - openjdk11
4545
4646notifications:
4747 email:
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ if [[ "$SCALANATIVE_VERSION" != "" ]]; then
2121 if [[ " $TRAVIS_JDK_VERSION " == " oraclejdk8" && " $TRAVIS_SCALA_VERSION " =~ 2\. 11\. .* ]]; then
2222 RELEASE_COMBO=true;
2323 fi
24- elif [[ " $TRAVIS_JDK_VERSION " == " openjdk6" && " $TRAVIS_SCALA_VERSION " =~ 2\. 11\. .* \
25- || " $TRAVIS_JDK_VERSION " == " oraclejdk8" && " $TRAVIS_SCALA_VERSION " =~ 2\. 1[23]\. .* ]]; then
24+ elif [[ " $TRAVIS_JDK_VERSION " == " oraclejdk8" ]]; then
2625 RELEASE_COMBO=true;
2726fi
2827
@@ -60,8 +59,4 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
6059 fi
6160fi
6261
63- if [[ " $TRAVIS_JDK_VERSION " == " openjdk6" ]]; then
64- SBTOPTS=" -Dsbt.override.build.repos=true -Dsbt.repository.config=./.sbtrepos"
65- fi
66-
67- sbt $SBTOPTS " ++$TRAVIS_SCALA_VERSION " " $publishVersion " " $projectPrefix /update" " $projectPrefix /compile" " $projectPrefix /test" " $projectPrefix /publishLocal" " $publishTask "
62+ sbt " ++$TRAVIS_SCALA_VERSION " " $publishVersion " " $projectPrefix /update" " $projectPrefix /compile" " $projectPrefix /test" " $projectPrefix /publishLocal" " $publishTask "
You can’t perform that action at this time.
0 commit comments