commit cce0731504f80978e116ca4285d95fd9c9e602d3
parent f4b5d31014e39c2caf14c2976bc635a6c8ab0556
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Fri, 9 Jun 2017 00:10:52 +0200
Fixed typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -27,7 +27,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")"
-- then raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"
+- raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"
- 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