Skip to content

Commit

Permalink
Test with PicoLisp 18.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Feb 25, 2019
1 parent efec2cb commit 169cf8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ sudo: false
cache: apt

before_script:
- wget http://software-lab.de/picoLisp-17.12.tgz -O /tmp/picolisp.tgz
- wget https://software-lab.de/picoLisp-18.12.tgz -O /tmp/picolisp.tgz
- cd /tmp; tar -xf /tmp/picolisp.tgz
- cd /tmp/picoLisp; wget https://software-lab.de/x86-64.linux.tgz
- tar -xf x86-64.linux.tgz
- cd /tmp/picoLisp/src64 && make
- export PATH=$PATH:/tmp/picoLisp
- make clean; make

script:
- cd ${TRAVIS_BUILD_DIR} && (for i in plain default; do PIL_NAMESPACES=false TEST_REPORTER="$i" /tmp/picoLisp/pil test.l; done)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12
* Tested up to PicoLisp v18.12

# Getting Started

Expand Down Expand Up @@ -248,4 +248,4 @@ If you want to improve this library, please make a pull-request.

[MIT License](LICENSE)

Copyright (c) 2015-2018 Alexander Williams, Unscramble <[email protected]>
Copyright (c) 2015-2019 Alexander Williams, Unscramble <[email protected]>

0 comments on commit 169cf8f

Please sign in to comment.