Skip to content

Commit 20f3b1d

Browse files
committed
Fix more Travis builds
1 parent ee90019 commit 20f3b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373
HOST=i686-w64-mingw32
7474
DPKG_ADD_ARCH="i386"
7575
PACKAGES="python3 nsis g++-mingw-w64-i686 wine-binfmt wine32"
76-
GOAL="install"
76+
RUN_FUNCTIONAL_TESTS=false
77+
GOAL="deploy"
7778
BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests"
7879
RUN_UNIT_TESTS=false # secp-zkp times out Travis, get 32-bit build in upstream?
7980
# Win64

0 commit comments

Comments
 (0)