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