aboutsummaryrefslogtreecommitdiffstats
path: root/util/travis_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* CI: Add workflow for CLI testing (#7357)Joel Challis2020-02-081-7/+0
| | | Create GitHub Actions cli test workflow and remove travis runs of 'qmk pytest'
* CI - Fix change detection (#7038)Joel Challis2019-11-041-22/+5
| | | | | | * Fix travis change detection * Fix travis change detection - add back python ignore
* Move running pytest to travis_test (#7005)Joel Challis2019-10-141-10/+26
|
* Update docker util script and travis to use new base containerzvecr2019-07-141-1/+1
|
* Initial attempt to fix docker creating files as rootzvecr2019-05-311-1/+1
|
* Use qmk docker image for travis CI buildszvecr2019-05-311-0/+7
|
* Travis CI - skip unit tests for documentation changes (#5267)zvecr2019-04-191-0/+22
* Add script to skip tests on non master branches with only docs changes * Review comments - Use 'grep -c' instead of 'wc -l'