Browse Source

travis: Print errors out for OSX job.

pull/5332/head
Damien George 5 years ago
parent
commit
98ab7643a7
  1. 2
      .travis.yml

2
.travis.yml

@ -214,6 +214,8 @@ jobs:
- make ${MAKEOPTS} -C ports/unix deplibs
- make ${MAKEOPTS} -C ports/unix
- make ${MAKEOPTS} -C ports/unix test
after_failure:
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)
# windows port via mingw
- stage: test

Loading…
Cancel
Save