# HG changeset patch # User Steve Losh # Date 1598659491 14400 # Node ID 810b72e88e063f1295af53d8ecc1d7ea5c8d632b # Parent 051627fbffb2f72d79a2c38437ac93a546da341f Update diff -r 051627fbffb2 -r 810b72e88e06 README.markdown --- 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.