File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,7 @@ matrix:
3737 - scala : 2.13.0-M3
3838 jdk : openjdk6
3939
40- script :
41- - if [[ "$TRAVIS_JDK_VERSION" == "openjdk6" && "$TRAVIS_SCALA_VERSION" =~ 2\.11\..* || "$TRAVIS_JDK_VERSION" == "oraclejdk8" && "$TRAVIS_SCALA_VERSION" =~ 2\.1[23]\..* ]]; then export RELEASE_COMBO=true; fi
42- - admin/build.sh
40+ script : admin/build.sh
4341
4442notifications :
4543 email : adriaan.moors@lightbend.com
Original file line number Diff line number Diff line change 3939 # SONA_PASS
4040 - secure: "XXXXXX"
4141
42- script:
43- - if [[ "$TRAVIS_JDK_VERSION" == "openjdk6" && "$TRAVIS_SCALA_VERSION" =~ 2\.11\..* || "$TRAVIS_JDK_VERSION" == "oraclejdk8" && "$TRAVIS_SCALA_VERSION" =~ 2\.1[23]\..* ]]; then export RELEASE_COMBO=true; fi
44- - admin/build.sh
42+ script: admin/build.sh
4543
4644notifications:
4745 email:
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ set -e
1616# of the existing tag. Then a new tag can be created for that commit, e.g., `v1.2.3#2.13.0-M5`.
1717# Everything after the `#` in the tag name is ignored.
1818
19+ if [[ " $TRAVIS_JDK_VERSION " == " openjdk6" && " $TRAVIS_SCALA_VERSION " =~ 2\. 11\. .* || " $TRAVIS_JDK_VERSION " == " oraclejdk8" && " $TRAVIS_SCALA_VERSION " =~ 2\. 1[23]\. .* ]]; then
20+ RELEASE_COMBO=true;
21+ fi
22+
1923if [ " $SCALAJS_VERSION " = " " ]; then
2024 projectPrefix=" xml"
2125else
You can’t perform that action at this time.
0 commit comments