aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-11-01 10:52:17 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-11-01 18:03:26 -0400
commitfa43626611f4a76cbc361ea89e4989f80d2fa7d7 (patch)
tree229f90bd1f42041c592c3757f79cd7ec4251d91e /.appveyor.yml
parent6a095bc5f239e9345a245c3c877b650a1d054354 (diff)
downloadbitcoin-fa43626611f4a76cbc361ea89e4989f80d2fa7d7.tar.xz
test_runner: Remove travis specific code
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 8dad9c4f9d..66958b75e7 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -61,5 +61,5 @@ test_script:
- ps: src\bench_bitcoin.exe -evals=1 -scaling=0
- ps: python test\util\bitcoin-util-test.py
- cmd: python test\util\rpcauth-test.py
-- cmd: python test\functional\test_runner.py --force --quiet --combinedlogslen=4000
+- cmd: python test\functional\test_runner.py --ci --force --quiet --combinedlogslen=4000
deploy: off