Update .travis.yml

Seems like I'd inadvertently created invalid YAML!
This commit is contained in:
Andrew Scheller 2014-04-15 02:42:23 +01:00
parent 9b5a9d41dc
commit c29a0ac56a
1 changed files with 1 additions and 2 deletions

View File

@ -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