From b31885ca5f6d1c339010e1ff0d1439a47c6d7627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 5 Sep 2016 00:16:36 +0200 Subject: [PATCH] Check documentation coverage --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5926eb..8ab489c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ before_install: install: - raco pkg install --deps search-auto - - if test "$RACKET_VERSION" != "6.0"; then raco setup --check-pkg-deps --pkgs typed-struct-props; fi + before_script: @@ -49,6 +49,9 @@ before_script: # packages without it getting stuck on a confirmation prompt. 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 after_success: - raco pkg install --deps search-auto cover cover-coveralls