From 8251d8cb2a408a4493395b8a2ee87cc11fcdfc3e Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 20 Jun 2017 18:09:38 -0700 Subject: travis: Turn off coveralls. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dfd3f4885..11271610b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ script: - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --via-mpy -d basics float) # run coveralls coverage analysis (try to, even if some builds/tests failed) - - (cd unix && coveralls --root .. --build-root . --gcov $(which gcov) --gcov-options '\-o build-coverage/' --include py --include extmod) + #- (cd unix && coveralls --root .. --build-root . --gcov $(which gcov) --gcov-options '\-o build-coverage/' --include py --include extmod) after_failure: - (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done) -- cgit v1.2.3