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.

This commit is contained in:
Georges Dupéron 2016-09-05 00:25:36 +02:00
parent b31885ca5f
commit 27229296a6

View File

@ -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