Commit Graph

3 Commits

Author SHA1 Message Date
Arya Irani
6b9a9d505b delete references to jvm runtime 2019-03-06 16:31:31 -05:00
Arya Irani
ba3a34333d Tweak git hooks to run stack tests on commit, and both stack and sbt tests on push. 2018-08-03 14:19:09 -04:00
Arya Irani
27dea5f600 add scripts for pre-commit/pre-push hooks
They run locally, and you have to install them yourself using
./scripts/install-hooks.bash once on each dev machine.

This implementation runs haskell and java tests only on git push.
We could run both on every commit, or run only haskell tests on
every commit.  Both SourceTree and `git` give you the option to
skip the hooks (--no-verify) if you are sure you need to push a
broken build.
2018-08-03 14:12:27 -04:00