www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 699c0ee3f63d902c299e05696fc5c422831eb630
parent 44c83a919cd7c13021fde3026d3a8a1134da3df6
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Wed, 21 Jun 2017 19:33:18 +0200

…

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -36,7 +36,7 @@ jobs: install: - echo bye > ~/.racket/hello - cat ~/.racket/hello - - if "$TRAVIS_BUILD_ID" != `cat ~/.racket/travis_build_id`; then travis_terminate 1; fi + - if test "$TRAVIS_BUILD_ID" != `cat ~/.racket/travis_build_id`; then travis_terminate 1; fi script: - ls -la ~ - find ~/.racket