Files @ b8d7d1a51795
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
tests: remove obsolete .travis.yml file

Travis has never been used for Kallithea and is unmaintained and probably
broken. For a starter, it requires hosting on GitHub...
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh