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
5
5
env :
6
6
- secure : " whJQqI/7G+kUJoCCGQYbv3Y/T2Cx3EcBKfCyvMkZaVgo0wFEOUguh8I+4QqRyf9cC/uPmzwCzV9uwXsNDMcY78jouY05A+fCEnUol/9TuF5PWmXF6Yr/UmmYoCQe4pioXsbXa4uOy18kLzE0h2sOIrJ5A9NL8/58iVgl4E3pwvk="
7
7
script :
8
- - admin/publishPrep.sh
9
- - sbt ++$TRAVIS_SCALA_VERSION $publishVersion clean update compile test $extraTarget
8
+ - admin/build.sh
10
9
scala :
11
10
- 2.11.4
12
11
jdk :
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
13
13
admin/decrypt.sh sensitive.sbt
14
14
(cd admin/ && ./decrypt.sh secring.asc)
15
15
fi
16
+
17
+ sbt ++$TRAVIS_SCALA_VERSION $publishVersion clean update compile test $extraTarget
You can’t perform that action at this time.
0 commit comments