Skip to content

Commit

Permalink
Test with PicoLisp 17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Sep 26, 2017
1 parent 56bfb54 commit 6f5315a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sudo: false
cache: apt

before_script:
- wget http://software-lab.de/picoLisp-16.12.tgz -O /tmp/picolisp.tgz
- wget http://software-lab.de/picoLisp-17.6.tgz -O /tmp/picolisp.tgz
- cd /tmp; tar -xf /tmp/picolisp.tgz
- cd /tmp/picoLisp/src64 && make

script:
- cd ${TRAVIS_BUILD_DIR} && (for i in plain default; do TEST_REPORTER="$i" /tmp/picoLisp/pil test.l; done)
- cd ${TRAVIS_BUILD_DIR} && (for i in plain default; do PIL_NAMESPACES=false TEST_REPORTER="$i" /tmp/picoLisp/pil test.l; done)
2 changes: 1 addition & 1 deletion 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 v16.12
* Tested up to PicoLisp v17.6

# Getting Started

Expand Down

0 comments on commit 6f5315a

Please sign in to comment.