summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 8220a3e01..7209e3638 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,10 +15,6 @@ script:
- make -C bare-arm
- make -C stmhal
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
-
-after_failure:
- - pwd
- - echo 'test'
- cat tests/memoryerror.py.exp
- - (cat tests/memoryerror.py.out)
+ - cat tests/memoryerror.py.out
- cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done