810b72e88e06
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 28 Aug 2020 20:04:51 -0400 |
parents | 051627fbffb2 |
children | ea4b95030774 |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Thu Aug 27 22:43:41 2020 -0400 +++ b/README.markdown Fri Aug 28 20:04:51 2020 -0400 @@ -1399,3 +1399,12 @@ Fixed Chancery to work around a bug in CCL's `RANDOM`. In the process I had to shave another yak and rotate my SSH keys so I could push to GitHub from my laptop. Ended up going with `ed25519` keys this time. + +## 2020-08-28 + +Took a stab at having Travis run Lisp tests. After flailing at it for a while, +there's just too much jank. I'll stick to running them locally. + +Also tried installing Clasp, but the process is too bonkers. If they ever +provide binaries I'll run my tests on it, but the current install process is +just way too much work to be worth my time.