www

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

commit 08a3839c785a5425b28c6ae3ef2d7e31b3c73daa
parent 5f0f390ca61f4b8eebc99ecd6ef05cead8f2827d
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 18 Aug 2016 17:11:40 +0200

Use patched version of cover

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

diff --git a/.travis.yml b/.travis.yml @@ -57,5 +57,6 @@ script: - raco setup --check-pkg-deps --pkgs repltest after_success: - - raco pkg install --deps search-auto cover cover-coveralls + #- raco pkg install --deps search-auto cover cover-coveralls + - raco pkg install --deps search-auto https://github.com/jsmaniac/cover.git#fix-vector-ref-minus-one cover-coveralls - raco cover --verbose -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .