commit 40b7e813e7bf77f4418d6560f4c303ca3624aaf1 parent 25ed9ec06809c3390ee7679aeb4ccd0dbfea9494 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Wed, 1 Feb 2017 08:11:18 +0100 Disable code coverage, as it does not work on this repo Diffstat:
| M | .travis.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -57,7 +57,7 @@ script: - raco setup --check-pkg-deps --pkgs stxparse-info - raco pkg install --deps search-auto doc-coverage - raco doc-coverage stxparse-info/current-pvars - - if $RECENT; then raco pkg install --deps search-auto cover cover-codecov; fi - - if $RECENT; then raco cover -b -f codecov -d $TRAVIS_BUILD_DIR/coverage .; fi + #- if $RECENT; then raco pkg install --deps search-auto cover cover-codecov; fi + #- if $RECENT; then raco cover -b -f codecov -d $TRAVIS_BUILD_DIR/coverage .; fi after_success: