Skip to content

Commit e87c7f9

Browse files
committed
Add macros release
1 parent b323499 commit e87c7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ script:
77
jdk:
88
- oraclejdk8
99
after_success:
10-
- if [ $TRAVIS_PULL_REQUEST = 'false' ]; then sbt ++$TRAVIS_SCALA_VERSION publishSigned;
11-
sbt ++$TRAVIS_SCALA_VERSION sonatypeRelease; fi
10+
- if [ $TRAVIS_PULL_REQUEST = 'false' ]; then sbt ++$TRAVIS_SCALA_VERSION publishSigned; sbt ++$TRAVIS_SCALA_VERSION macros/publishSigned;
11+
sbt ++$TRAVIS_SCALA_VERSION sonatypeRelease; sbt ++$TRAVIS_SCALA_VERSION macros/sonatypeRelease; fi
1212
before_install:
1313
- if [ $TRAVIS_PULL_REQUEST = 'false' ]; then openssl aes-256-cbc -K $encrypted_61d510ae3885_key
1414
-iv $encrypted_61d510ae3885_iv -in travis/secrets.tar.enc -out travis/secrets.tar

0 commit comments

Comments
 (0)