Skip to content

Commit 5fe0a6c

Browse files
committed
Merge pull request #41 from adriaanm/autopublish
Do build in one step: need environment vars
2 parents d793270 + f3d4451 commit 5fe0a6c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ language: scala
55
env:
66
- secure: "whJQqI/7G+kUJoCCGQYbv3Y/T2Cx3EcBKfCyvMkZaVgo0wFEOUguh8I+4QqRyf9cC/uPmzwCzV9uwXsNDMcY78jouY05A+fCEnUol/9TuF5PWmXF6Yr/UmmYoCQe4pioXsbXa4uOy18kLzE0h2sOIrJ5A9NL8/58iVgl4E3pwvk="
77
script:
8-
- admin/publishPrep.sh
9-
- sbt ++$TRAVIS_SCALA_VERSION $publishVersion clean update compile test $extraTarget
8+
- admin/build.sh
109
scala:
1110
- 2.11.4
1211
jdk:

admin/publishPrep.sh renamed to admin/build.sh

+2
Original file line numberDiff line numberDiff 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)
1515
fi
16+
17+
sbt ++$TRAVIS_SCALA_VERSION $publishVersion clean update compile test $extraTarget

0 commit comments

Comments
 (0)