File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ language: scala
55env :
66 - secure : " whJQqI/7G+kUJoCCGQYbv3Y/T2Cx3EcBKfCyvMkZaVgo0wFEOUguh8I+4QqRyf9cC/uPmzwCzV9uwXsNDMcY78jouY05A+fCEnUol/9TuF5PWmXF6Yr/UmmYoCQe4pioXsbXa4uOy18kLzE0h2sOIrJ5A9NL8/58iVgl4E3pwvk="
77script :
8- - admin/publishPrep.sh
9- - sbt ++$TRAVIS_SCALA_VERSION $publishVersion clean update compile test $extraTarget
8+ - admin/build.sh
109scala :
1110 - 2.11.4
1211jdk :
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ if [[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)? ]]; then
1313 admin/decrypt.sh sensitive.sbt
1414 (cd admin/ && ./decrypt.sh secring.asc)
1515fi
16+
17+ sbt ++$TRAVIS_SCALA_VERSION $publishVersion clean update compile test $extraTarget
You can’t perform that action at this time.
0 commit comments