www

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

commit 3caf4cf9abbb71a3e74f172d3b611e49bb9334b6
parent 187dabd2b7dfa20aeec2fb555771ea916c1f8190
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Fri,  5 Mar 2021 14:22:34 +0000

Turn off coverage in older versions: fixed typo

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

diff --git a/.travis.yml b/.travis.yml @@ -24,7 +24,7 @@ env: before_install: - curl -L https://raw.githubusercontent.com/greghendershott/travis-racket/master/install-racket.sh | bash -- if $COVER; then raco pkg install --deps search-auto doc-coverage cover cover-codecov # or cover-coveralls; fi +- if $COVER; then raco pkg install --deps search-auto doc-coverage cover cover-codecov; fi # or cover-coveralls install: - raco pkg install --deps search-auto -j 2