Age | Commit message (Collapse) | Author |
|
For the OpenSSL builds, test 323 [TLS-SRP to non-TLS-SRP server] is
failing with "curl returned 52, when expecting 35".
Closes https://github.com/curl/curl/pull/4872
|
|
- Stop using inline shell scripts for before_script and script sections.
Prior to this change Travis could ignore errors from commands in inline
scripts. I don't understand how or why it happens. This is a workaround.
Assisted-by: Simon Warta
Ref: https://github.com/travis-ci/travis-ci/issues/1066
Fixes https://github.com/curl/curl/issues/3730
Closes https://github.com/curl/curl/pull/3755
|
|
As a first step to enable it to run over a more diverse set of tests in
a reasonable time.
|
|
The coveralls service and test coverage numbers are just too unreliable.
Removed badge from README.md as well.
Fixes #4694
Closes #4695
|
|
Removed the macos libssh2 build from travis
Closes #4686
|
|
... removed two from travis (that now runs on azure instead)
Closes #4671
|
|
Fixes the macOS builds where OVERRIDE_CC and OVERRIDE_CXX are not set.
Reported-by: Jay Satiro
Fixes #4659
Closes #4661
Closes #4664
|
|
... makes it skip the examples and other stuff we don't neeed.
Closes #4646
|
|
Suggested-by: Peter Wu
Fixes #4637
Closes #4640
|
|
- Consider a modified file to be committed this year.
- Make the travis CHECKSRC also do COPYRIGHTYEAR scan in examples and
includes
- Ignore 0 parents when getting latest commit date of file.
since in the CI we're dealing with a truncated repo of last 50 commits,
the file's most recent commit may not be available. when this happens
git log and rev-list show the initial commit (ie first commit not to be
truncated) but that's incorrect so ignore it.
Ref: https://github.com/curl/curl/pull/4547
Closes https://github.com/curl/curl/pull/4549
Co-authored-by: Jay Satiro
|
|
Test 323 is failing for some reason, so disable it there for now.
|
|
... to repair the build again
Closes #4403
|
|
|
|
... as the boringssl builds needs a very recent version
Co-authored-by: Jat Satiro
Closes #4361
|
|
|
|
Switched to the openssl-quic-draft-22 openssl branch.
Closes #4271
|
|
Just too many API changes right now
Closes #4264
|
|
Runs no tests
Closes #4253
|
|
Closes #4252
|
|
Closes #4244
|
|
This removes the need to hard-code the quiche target path in
configure.ac.
This depends on https://github.com/cloudflare/quiche/pull/128
Closes #4237
|
|
Closes #4207
|
|
... to make it complete in time. This cut seems not almost not affect
the coverage percentage and yet completes within 35 minutes on travis
where the previous runs recently always timed out after 50.
Closes #4223
|
|
Closes
|
|
It was enabled by default before commit c92d2e14cfb.
Disable torture tests 600 and 601 because of
https://github.com/curl/curl/issues/1678.
Closes
|
|
This enables more tests.
Closes
|
|
There's no need for a separate job, and no need to build it from source
with Xenial.
Closes
|
|
Closes
|
|
I missed that in commit 99a49d6.
|
|
Closes https://github.com/curl/curl/pull/3999
|
|
Closes #3887
|
|
Closes https://github.com/curl/curl/pull/3842
|
|
... due to SHA-1 signatures in test certs
|
|
Closes #3823
Closes #3776
|
|
No need to build it from source anymore.
Closes https://github.com/curl/curl/pull/3779
|
|
This makes building libpsl and libidn2 from source unnecessary and
removes the need for the autopoint and libunistring-dev packages.
Closes https://github.com/curl/curl/pull/3779
|
|
Xenial comes with more up-to-date software versions and more available
packages, some of which we currently build from source. Unfortunately,
some builds would fail with Xenial because of assertion failures in
Valgrind when using OpenSSL, so leave these at Trusty.
Closes https://github.com/curl/curl/pull/3777
|
|
Since the mesalink build started to fail on travis, even though we build
a fixed release version, we disable it to prevent it from blocking
progress.
Closes #3767
|
|
Reduces the time needed for the other jobs a little.
Closes https://github.com/curl/curl/pull/3721
|
|
Reduces the time needed for the other jobs a little.
Closes https://github.com/curl/curl/pull/3721
|
|
Reduces the time needed for the other jobs a little.
Closes https://github.com/curl/curl/pull/3721
|
|
Reduces the time needed for the other jobs a little.
Closes https://github.com/curl/curl/pull/3721
|
|
Reduces the time needed for the other jobs a little.
Closes https://github.com/curl/curl/pull/3721
|
|
Reduces the time needed for the other jobs a little.
Closes https://github.com/curl/curl/pull/3721
|
|
This reduces the GCC job runtimes a little and it's needed to
selectively update clang builds to xenial.
Closes https://github.com/curl/curl/pull/3721
|
|
This allows a way to test changes other than through PRs.
|
|
Test 311 is now fine, leaving only 313 (CRL) disabled.
Test 313 details can be found here:
https://github.com/wolfSSL/wolfssl/issues/1546
Closes #3697
|
|
For the Linux builds, GCC 8 and 7 and clang 7 were installed, but the
new GCC versions were only used for the coverage build and for building
nghttp2, while the new clang version was not used at all.
BoringSSL needs to use the default GCC as it respects CC, but not CXX,
so it would otherwise pass gcc 8 options to g++ 4.8 and fail.
Also remove GCC 7, it's not needed anymore.
Ref: https://docs.travis-ci.com/user/languages/c/#c11c11-and-beyond-and-toolchain-versioning
Closes https://github.com/curl/curl/pull/3670
|
|
Closes https://github.com/curl/curl/pull/3670
|
|
|