view scripts/run-all-cleanup @ 6534:b8d7d1a51795

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...
author domruf <dominikruf@gmail.com>
date Sun, 05 Mar 2017 15:46:43 +0100
parents 40edadecda69
children 51af7c12ffb1
line wrap: on
line source

#!/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