Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-08 | CI: Add workflow for CLI testing (#7357) | Joel Challis | |
Create GitHub Actions cli test workflow and remove travis runs of 'qmk pytest' | |||
2019-11-04 | CI - Fix change detection (#7038) | Joel Challis | |
* Fix travis change detection * Fix travis change detection - add back python ignore | |||
2019-10-14 | Move running pytest to travis_test (#7005) | Joel Challis | |
2019-07-14 | Update docker util script and travis to use new base container | zvecr | |
2019-05-31 | Initial attempt to fix docker creating files as root | zvecr | |
2019-05-31 | Use qmk docker image for travis CI builds | zvecr | |
2019-04-19 | Travis CI - skip unit tests for documentation changes (#5267) | zvecr | |
* Add script to skip tests on non master branches with only docs changes * Review comments - Use 'grep -c' instead of 'wc -l' |