summaryrefslogtreecommitdiff
path: root/util/travis_push.sh
AgeCommit message (Collapse)Author
2019-04-12Streamline Travis CI scriptingDrashna Jaelre
We don't need anything fancy, just a few tests, and that's it. All of the QMK Firmware stuff is excessive for what we need.
2019-02-15Remove duplication of ssh keys and fix usage on PR builds (#5013)zvecr
2018-11-02Set the executable bit for sh scripts under util.Fredric Silberberg
2018-03-22Generate API docs from source code comments (#2491)skullydazed
* Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly