www

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

commit 60e70b20396a0ee74856bcd411ce6461505ab17f
parent 1136642b8d42a6a1b8708eb750921711b8ee90a7
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Fri, 26 Feb 2021 13:05:21 +0000

include Racket 8.0 in install-racket.sh script

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

diff --git a/.travis.yml b/.travis.yml @@ -33,6 +33,7 @@ env: before_install: - curl -L https://raw.githubusercontent.com/greghendershott/travis-racket/master/install-racket.sh | bash +- curl -L https://raw.githubusercontent.com/jsmaniac/travis-racket/patch-1/install-racket.sh | bash - raco pkg install --deps search-auto doc-coverage cover cover-codecov # or cover-coveralls install: