…by removing stdout buffering and always cat tests.log after a travis run. Fixes #645.
I noticed that according to the doc tests.log should contain stdout as well as stderr. But it doesn’t because stdout isn’t flushed. I removed buffering completely to avoid having to call fflush
twice.
Travis is instructed to always show the seed which seems helpful with after_script
by cat
ing ./tests.log
. In case the tests fail it looks like https://travis-ci.org/jonasnick/secp256k1/jobs/606446234.