We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53828c commit fa71006Copy full SHA for fa71006
.travis.yml
@@ -152,4 +152,4 @@ jobs:
152
# https://docs.travis-ci.com/user/reference/osx/#macos-version
153
osx_image: xcode11
154
env: >-
155
- FILE_ENV="./ci/test/00_setup_env_mac_functional.sh"
+ FILE_ENV="./ci/test/00_setup_env_mac_host.sh"
ci/test/00_setup_env_mac_functional.sh renamed to ci/test/00_setup_env_mac_host.sh
@@ -11,7 +11,7 @@ export BREW_PACKAGES="automake berkeley-db4 libtool boost miniupnpc pkg-config p
11
export PIP_PACKAGES="zmq"
12
export RUN_CI_ON_HOST=true
13
export RUN_UNIT_TESTS=true
14
-export RUN_FUNCTIONAL_TESTS=true
+export RUN_FUNCTIONAL_TESTS=false
15
export GOAL="install"
16
export BITCOIN_CONFIG="--enable-gui --enable-bip70 --enable-reduce-exports --enable-werror"
17
# Run without depends
0 commit comments