From 93d0d164aa783f6b10dcde7b8e30b56c23087392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 20 Apr 2017 21:01:09 +0200 Subject: [PATCH] Fixed typo in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5454d9b..bc2fe91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,6 @@ script: - raco test -x -p typed-map typed-map-doc typed-map-lib typed-map-test - raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs typed-map typed-map-doc typed-map-lib typed-map-test - raco doc-coverage typed-map typed-map-doc typed-map-lib typed-map-test -- then raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true +- 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