commit 5197a778a39f5f419863d09d47c4d29c7b05fcea
parent 1978423c47a66d0f9d9b1bd2562f9146fb0e73b5
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 13 Apr 2017 18:42:22 +0200
Disable doc-coverage for now (will see about that later)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -26,7 +26,7 @@ install:
script:
- raco test -x -p "$(basename "$TRAVIS_BUILD_DIR")"
- raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs "$(basename "$TRAVIS_BUILD_DIR")"
-- if test "$RACKET_VERSION" != "6.5" -a "$RACKET_VERSION" != "6.6"; then raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"; fi
+#- if test "$RACKET_VERSION" != "6.5" -a "$RACKET_VERSION" != "6.6"; then raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"; fi
- raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true
# TODO: add an option to cover to run the "outer" module too, not just the submodules.
# TODO: deploy the coverage info.
\ No newline at end of file