all repos — min @ c6348e0af74eca85eba945b93333dffebcd45a08

A small but practical concatenative programming language.

Attempting to fix CI
Fabio Cevasco h3rald@h3rald.com
Sun, 18 Nov 2018 19:05:42 +0100
commit

c6348e0af74eca85eba945b93333dffebcd45a08

parent

e6b468447d7021cd9de86a62cc326578c15530ff

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

jump to
M .travis.yml.travis.yml

@@ -3,7 +3,7 @@ language: c

env: # Build and test against the master branch of Nim - BRANCH=master - #- BRANCH=devel + - BRANCH=devel compiler: #- gcc - clang

@@ -35,7 +35,7 @@ fi

cd .. if [ ! -x nifty/nifty ]; then git clone --depth 1 git://github.com/h3rald/nifty nifty/ - cd nifty + cd nifty/src ../nim-$BRANCH/bin/nim c --cc:$CC --verbosity:0 -d:release nifty.nim else cd nifty

@@ -55,4 +55,4 @@ cache:

directories: - nim-master - nim-devel - - nifty+ - nifty