diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-20 18:09:38 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-20 18:09:38 -0700 |
| commit | 8251d8cb2a408a4493395b8a2ee87cc11fcdfc3e (patch) | |
| tree | ed72eddea94b511424dee5c81a5f0f8eacc7e5d9 | |
| parent | df20b28805761f1a2a529f55405530649283abb3 (diff) | |
travis: Turn off coveralls.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
