Skip to content

Commit 8c2d8f0

Browse files
committed
Remove cross-sbt-build for sbt release task
1 parent 15bb84c commit 8c2d8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- git checkout --force $TRAVIS_BRANCH
4040
- git config gitflow.prefix.release release/
4141
- git flow init --defaults
42-
script: sbt "^ release release-version $RELEASE_VERSION with-defaults"
42+
script: sbt "release release-version $RELEASE_VERSION with-defaults"
4343
# --message option is required to suppress editor prompt
4444
after_success: git flow release finish --showcommands --push --message 'Release'
4545

0 commit comments

Comments
 (0)