Update .travis.yml
Seems like I'd inadvertently created invalid YAML!
This commit is contained in:
parent
9b5a9d41dc
commit
c29a0ac56a
@ -11,5 +11,4 @@ script:
|
||||
- make -C unix
|
||||
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
|
||||
|
||||
after_failure:
|
||||
- for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE: $testbase"; diff $testbase.exp $testbase.out; done
|
||||
after_failure: for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
|
||||
|
Loading…
x
Reference in New Issue
Block a user