summaryrefslogtreecommitdiff
path: root/util/travis_test.sh
AgeCommit message (Collapse)Author
2020-02-08CI: Add workflow for CLI testing (#7357)Joel Challis
Create GitHub Actions cli test workflow and remove travis runs of 'qmk pytest'
2019-11-04CI - Fix change detection (#7038)Joel Challis
* Fix travis change detection * Fix travis change detection - add back python ignore
2019-10-14Move running pytest to travis_test (#7005)Joel Challis
2019-07-14Update docker util script and travis to use new base containerzvecr
2019-05-31Initial attempt to fix docker creating files as rootzvecr
2019-05-31Use qmk docker image for travis CI buildszvecr
2019-04-19Travis 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'