| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Move tool installation into scripts. | Owen Jacobson | 2020-07-31 |
| | | | | | Now that it's done in two (well, three, if you count the README) places, it's best if its done consistently. | ||
| * | 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. | |||
