| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Extracted checks into a tools directory. | Owen Jacobson | 2020-06-17 |
| | | | | | | | | | | | | Having the checks duplicated between .git-hooks and .travis.yml was a recipe for them to diverge eventually. This is somewhat tidier, and creates a clear convention for any future tools-like scripts. I didn't do the same to install steps, as they're a lot more sensitive to the specific environment - Travis requires different things from Github, which requires different things from CircleCI, which requires different things from a local environment. | ||
| * | Provide a git hook to automate tests. | Owen Jacobson | 2020-06-17 |
| When enabled, these hooks run the same tests as Travis, every commit. There's nothing inherently wrong with a failing test run (it's a useful signal), but the turnaround time for responding to Travis is a lot longer than the turnaround time for responding to a local test failure. The tradeoff here is that `git commit`, which is a _very_ common operation, takes considerably longer when the hooks are enabled, and runs a higher risk of giving users doorway effect issues. | |||
