www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 93d0d164aa783f6b10dcde7b8e30b56c23087392
parent 88cbc5702a2e6b82ac8a2525cc7529a443712a4c
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 20 Apr 2017 21:01:09 +0200

Fixed typo in .travis.yml

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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