github changed a bit their API, that makes our curl command in .travis.yml fail.
This patch includes few other minor changes to make handling such problems easier in the future.
add debug information printing to .travis.yml
make curl follow redirects
make curl print error messages even in silent mode
make curl options more explicit
Coverage remained the same at 42.19% when pulling a0b5b19921b28d98789f96a9383e3aea16bcf0f4 on tomato42:travis-fixes-2 into 14f2c60d93b642f080bef664cc718d2ea1291487 on trevp:master.
github changed a bit their API, that makes our curl command in
.travis.yml
fail. This patch includes few other minor changes to make handling such problems easier in the future.add debug information printing to .travis.yml make curl follow redirects make curl print error messages even in silent mode make curl options more explicit