• Show log

    Commit

  • Hash : 2615d0d6
    Author : Patrick Steinhardt
    Date : 2016-03-02T01:50:34

    coverity: report errors when uploading tarball
    
    Curl by default does not report errors by setting the error code.
    As the upload can fail through several conditions (e.g. the rate
    limit, leading to unauthorized access) we should indicate this
    information in Travis CI.
    
    To improve upon the behavior, use `--write-out=%{http_code}` to
    write out the HTTP code in addition to the received body and
    return an error if the code does not equal 201.