test_runner: Remove travis specific code

This commit is contained in:
MarcoFalke
2018-11-01 10:52:17 -04:00
parent 6a095bc5f2
commit fa43626611
3 changed files with 26 additions and 18 deletions

View File

@@ -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