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