aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2018-11-28travis: Remove deprecated sudoMarcoFalke
2018-10-26travis: Pin flake8 version to 3.5.0fanquake
2018-08-03qa: Create unicode tempdir in test_runnerMarcoFalke
2018-08-02use only travis jobs: instead of mix of jobs+matrixJulian Fleischer
2018-08-01travis: Run bench_bitcoin onceMarcoFalke
2018-07-30Merge #13779: travis: improve readability of travis.yml and log outputsMarcoFalke
2018-07-30use travis:fold in test script stepsJulian Fleischer
2018-07-27make .travis/yml a bit more readableJulian Fleischer
2018-07-26travis: Retry to fetch docker imageMarcoFalke
2018-07-25depends: set OSX_MIN_VERSION to 10.10fanquake
2018-07-24Merge #13650: [travis] Don't store debug info if --enable-debug is setMarcoFalke
2018-07-21Use the Travis python language feature on the lint buildBen Woosley
2018-07-21Don't unnecessarily install shellcheck on the lint buildBen Woosley
2018-07-20Avoid unnecessarily setting env variables on the lint buildBen Woosley
2018-07-20Merge #13482: Remove boost::program_options dependencyWladimir J. van der Laan
2018-07-19[travis] Don't store debug info if --enable-debug is setChun Kuan Lee
2018-07-18Remove program options from build systemChun Kuan Lee
2018-07-17travis: Check that ~/.bitcoin is never createdMarcoFalke
2018-06-24travis: Build with --enable-debug (x86_64-unknown-linux-gnu)practicalswift
2018-06-24Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan
2018-06-18test: Update travis to not test Qt4 anymoreWladimir J. van der Laan
2018-06-13Merge #13406: travis: Change Mac goal to all deployMarcoFalke
2018-06-12travis: Change Mac goal to all deploy so that travis can build all executable...Chun Kuan Lee
2018-06-12travis: Increase travis_wait time while verifying commitsChun Kuan Lee
2018-06-12Use python instead of slow shell script on verify-commitsChun Kuan Lee
2018-05-30travis: Skip cache for lint stageMarcoFalke
2018-05-29Merge #13215: Travis: Build tests on Ubuntu 18.04 with dockerWladimir J. van der Laan
2018-05-25Travis: Build tests on Ubuntu 18.04 with dockerChun Kuan Lee
2018-05-24test: Move linters to test/lint, add readmeMarcoFalke
2018-05-12travis: Rename the build stage "check_doc" to "lint"practicalswift
2018-05-09[bitcoin-11004] creating another jobs for the CHECK_DOC=1, separated from the...Grady Laksmono
2018-04-27Use --failfast when running functional tests on TravisJames O'Beirne
2018-04-11Add shell script linting: Check for shellcheck warnings in shell scriptspracticalswift
2018-04-09Reorder travis buildsPieter Wuille
2018-03-31travis: Run verify-commits only on cron jobsMarcoFalke
2018-03-30test: Remove travis checkout depthWladimir J. van der Laan
2018-03-23[CI]: bump travis timeout for make check to 50mKarl-Johan Alm
2018-03-13travis: Clone depth 1 unless $CHECK_DOCMarcoFalke
2018-03-13Merge #12405: travis: Full clone for git subtree checkMarcoFalke
2018-03-06depends: Remove ccachefanquake
2018-02-15travis: Full clone for git subtree checkMarcoFalke
2018-01-29[tests] Fix names of excluded extended tests for travisAnthony Towns
2017-12-10Add Travis check for unused Python importspracticalswift
2017-11-29[tests] Add combinedlogslen argument to test_runner.pyJohn Newbery
2017-11-15[travis-ci] Only run linters on Pull RequestsJohn Newbery
2017-11-09Merge #11394: Perform a weaker subtree check in TravisMarcoFalke
2017-10-18Revert "travis: filter out pyenv"Cory Fields
2017-10-18travis: move back to the minimal imageCory Fields
2017-10-11Check subtree consistency in TravisPieter Wuille
2017-09-14Add a lint check for trailing whitespace.Evan Klitzke