all repos — min @ 872f0beed7d4e712d389d694551e121d4d0ca861

A small but practical concatenative programming language.

Minor fixes.
h3rald h3rald@h3rald.com
Sun, 29 Sep 2019 17:50:29 +0200
commit

872f0beed7d4e712d389d694551e121d4d0ca861

parent

25a1109c53c62b26ffa83941a529dfa9feb9108b

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M .travis.yml.travis.yml

@@ -15,6 +15,7 @@ - set -x

- export PATH=$HOME/.nimble/bin:$PATH - export CHOOSENIM_NO_ANALYTICS=1 script: + - nimble install nifty + - nifty install - nimble -y build - - nifty install - ./min tests/all.min