www

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

commit 9f4d5becb678fb0c0f6c0c2afd0e4552d8a3e7c6
parent 66689a79adce5d877034929ae4a6c8d49982a4e7
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Fri,  5 Mar 2021 14:25:49 +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