www

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

commit 27229296a60147f28890d48d3f764d7755e470cc
parent b31885ca5f6d1c339010e1ff0d1439a47c6d7627
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon,  5 Sep 2016 00:25:36 +0200

Don't check documentation coverage on Racket 6.2 and 6.3, as raco doc-coverage seems to ignore the existing documentation on these versions.

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

diff --git a/.travis.yml b/.travis.yml @@ -51,7 +51,7 @@ script: - raco test -x -p typed-struct-props - if test "$RACKET_VERSION" != "6.0"; then raco setup --check-pkg-deps --pkgs typed-struct-props; fi - raco pkg install --deps search-auto doc-coverage - - raco doc-coverage typed-struct-props + - if test "$RACKET_VERSION" != "6.2" -a "$RACKET_VERSION" != "6.3"; then raco doc-coverage typed-struct-props; fi after_success: - raco pkg install --deps search-auto cover cover-coveralls