File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ set -ex
18
18
# In all of the above modes, the `version` needs to be specified.
19
19
#
20
20
# before_install:
21
- # - export version=2.12.4
22
- # - export mode=archives
21
+ # - export version=2.12.4
22
+ # - export mode=archives
23
23
24
24
25
25
# Encryping files (if you need to encrypt a new file but no longer have the secret, create a new
@@ -110,7 +110,8 @@ if [[ "$TRAVIS_EVENT_TYPE" == "api" ]]; then
110
110
echo " Running a release for $version "
111
111
triggerMsiRelease
112
112
repositoriesFile=" $TRAVIS_BUILD_DIR /conf/repositories"
113
- sbt \
113
+ # The log is too long for the travis UI, so remove ANSI codes to have a clean raw version
114
+ sbt -Dsbt.log.noformat=true \
114
115
-Dsbt.override.build.repos=true -Dsbt.repository.config=" $repositoriesFile " \
115
116
-Dproject.version=$version \
116
117
" show fullResolvers" clean update s3Upload
You can’t perform that action at this time.
0 commit comments