[openssl-commits] Still Failing: openssl/openssl#10249 (master - 2da3f96)

Travis CI builds at travis-ci.org
Wed Apr 12 17:51:30 UTC 2017


Build Update for openssl/openssl
-------------------------------------

Build: #10249
Status: Still Failing

Duration: 20 minutes and 39 seconds
Commit: 2da3f96 (master)
Author: Richard Levitte
Message: Correct travis.yml to only build extended tests when explicitely asked to

The check for this was done by checking if $TRAVIS_EVENT_TYPE is
"pull_request".  The trouble is that when new data is pushed to an
already existing pull request, the event type is "push".

Better then to go with another documented variable, $TRAVIS_PULL_REQUEST,
which is "false" in non-PR builds.

Ref: https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables

Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3205)

View the changeset: https://github.com/openssl/openssl/compare/6a71e06d7aa0...2da3f9687fc0

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/221436224

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20170412/2c2dd818/attachment.html>


More information about the openssl-commits mailing list