From efec2cb06eca67e1f50c223ac1f9587e997a19d2 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Fri, 5 Jan 2018 11:55:01 +0000 Subject: [PATCH] Test with PicoLisp 17.12 --- .travis.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7356ca2..02399aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false cache: apt before_script: - - wget http://software-lab.de/picoLisp-17.6.tgz -O /tmp/picolisp.tgz + - wget http://software-lab.de/picoLisp-17.12.tgz -O /tmp/picolisp.tgz - cd /tmp; tar -xf /tmp/picolisp.tgz - cd /tmp/picoLisp/src64 && make diff --git a/README.md b/README.md index c047752..7a85cd2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Please read [EXPLAIN.md](EXPLAIN.md) to learn more about PicoLisp and this Unit # Requirements * PicoLisp 32-bit or 64-bit v3.1.9+ - * Tested up to PicoLisp v17.6 + * Tested up to PicoLisp v17.12 # Getting Started @@ -248,4 +248,4 @@ If you want to improve this library, please make a pull-request. [MIT License](LICENSE) -Copyright (c) 2017 Alexander Williams, Unscramble +Copyright (c) 2015-2018 Alexander Williams, Unscramble