File tree 4 files changed +3
-18
lines changed
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
-
3
1
language : scala
4
2
jdk :
5
3
- oraclejdk8
Original file line number Diff line number Diff line change 40
40
script: admin/build.sh
41
41
42
42
jdk:
43
- - openjdk6
44
43
- oraclejdk8
44
+ - openjdk11
45
45
46
46
notifications:
47
47
email:
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ if [[ "$SCALANATIVE_VERSION" != "" ]]; then
21
21
if [[ " $TRAVIS_JDK_VERSION " == " oraclejdk8" && " $TRAVIS_SCALA_VERSION " =~ 2\. 11\. .* ]]; then
22
22
RELEASE_COMBO=true;
23
23
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
26
25
RELEASE_COMBO=true;
27
26
fi
28
27
@@ -60,8 +59,4 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
60
59
fi
61
60
fi
62
61
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