From 27229296a60147f28890d48d3f764d7755e470cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 5 Sep 2016 00:25:36 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ab489c..8062d66 100644 --- 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