aboutsummaryrefslogtreecommitdiff
path: root/.travis
Commit message (Expand)AuthorAgeFilesLines
* qa: Add test/fuzz/test_runner.pyMarcoFalke2019-02-132-0/+11
* travis: Revert "Run extended tests once daily"MarcoFalke2019-02-021-5/+1
* travis: Save cache when compilation took very longMarcoFalke2019-02-012-15/+26
* travis: Remove unused FUNCTIONAL_TESTS_CONFIGMarcoFalke2019-01-311-1/+1
* Pin shellcheck version to v0.6.0practicalswift2019-01-161-0/+4
* If tests are ran with (ASan + LSan), Docker needs access to ptraceGraham Krizek2018-12-281-0/+2
* travis: Use trap and set -e errtraceChun Kuan Lee2018-12-171-13/+6
* build: Enable functional tests in the ThreadSanitizer (TSan) build jobpracticalswift2018-12-172-4/+15
* Add ASan Travis buildpracticalswift2018-11-262-2/+4
* Make test p2p_invalid_messages.py pass: Allow for expected Travis ASAN memory...practicalswift2018-11-261-1/+1
* test: Move UBSAN suppressions to test/sanitizer_suppressions/ubsanMarcoFalke2018-11-221-1/+1
* travis: Run thread sanitizerMarcoFalke2018-11-221-1/+2
* travis: Avoid timeout on verify-commits checkMarcoFalke2018-11-101-1/+2
* tests: Add Python dead code linter (vulture)practicalswift2018-11-071-0/+1
* Add llvm-symbolizer directory to PATH. Needed to get symbolized stack traces ...practicalswift2018-11-061-0/+2
* Add UBSan options: print_stacktrace + halt_on_errorpracticalswift2018-11-061-1/+1
* Enable functional tests in UBSAN job. Enable -fsanitize=integer (part of UBSA...practicalswift2018-11-051-1/+2
* Merge #14092: tests: Dry run bench_bitcoin as part "make check" to allow for ...MarcoFalke2018-11-051-6/+0
|\
| * Remove RUN_BENCH logicpracticalswift2018-08-301-6/+0
* | test_runner: Remove travis specific codeMarcoFalke2018-11-011-1/+1
* | build: Pin to specific versions of Python packages we install from PyPI in Tr...practicalswift2018-10-161-1/+1
* | travis: set codespell version to avoid breakageMarcoFalke2018-10-031-1/+1
* | travis: Run feature_dbcrash functional tests in cron jobChun Kuan Lee2018-09-161-1/+1
* | lint: Add spell check linter (codespell)practicalswift2018-09-041-0/+1
|/
* fix missing differentiation between UNIT and FUNCTIONAL tests in travis buildJulian Fleischer2018-08-271-2/+2
* use export LC_ALL=C.UTF-8Julian Fleischer2018-08-274-4/+4
* move remaining travis build steps into individual filesJulian Fleischer2018-08-273-2/+18
* number .travis/ script according to build lifecycle and add README to explainJulian Fleischer2018-08-276-0/+8
* abort script in END_FOLD on non-zero exit codeJulian Fleischer2018-08-271-1/+3
* move script sections info individual files and comply with shellcheckJulian Fleischer2018-08-275-0/+167