Update .travis.yml

Seems like I'd inadvertently created invalid YAML!
pull/486/head
Andrew Scheller 2014-04-15 02:42:23 +01:00
rodzic 9b5a9d41dc
commit c29a0ac56a
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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