Relaxing the validation of server certificates when using self-signed embedded certs #82
Travis CI / Travis CI - Pull Request
failed
Feb 1, 2025 in 1m 18s
Build Failed
The build failed. This is a change from the previous build, which canceled.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #82 Relaxing the validation of server certificates when using self-signed embedded certs.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
| Job | Xcode | ENV | OS | State |
|---|---|---|---|---|
| DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu16.04:5.1.5 | Linux | failed | ||
| DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:5.4 | Linux | failed | ||
| DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:latest USE_SWIFT_DEVELOPMENT_SNAPSHOT=1 | Linux | failed | ||
| xcode11 | JAZZY_ELIGIBLE=true | macOS | failed | |
| xcode12.2 | macOS | failed | ||
| xcode12.5 | USE_SWIFT_DEVELOPMENT_SNAPSHOT=1 | macOS | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Ruby |
| Operating System | Linux (Xenial) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"branches": {
"only": [
"master",
"/^issue.*$/"
]
},
"before_install": [
"git clone https://github.com/Kitura/Package-Builder.git"
],
"script": [
"./Package-Builder/build-package.sh -projectDir $TRAVIS_BUILD_DIR"
],
"jobs": {
"include": [
{
"os": "linux",
"dist": "xenial",
"sudo": true,
"services": [
"docker"
],
"env": [
{
"DOCKER_IMAGE": "docker.kitura.net/kitura/swift-ci-ubuntu16.04:5.1.5"
}
]
},
{
"os": "linux",
"dist": "bionic",
"sudo": true,
"services": [
"docker"
],
"env": [
{
"DOCKER_IMAGE": "docker.kitura.net/kitura/swift-ci-ubuntu18.04:5.4"
}
]
},
{
"os": "linux",
"dist": "xenial",
"sudo": true,
"services": [
"docker"
],
"env": [
{
"DOCKER_IMAGE": "docker.kitura.net/kitura/swift-ci-ubuntu18.04:latest",
"USE_SWIFT_DEVELOPMENT_SNAPSHOT": "1"
}
]
},
{
"os": "osx",
"osx_image": "xcode11",
"sudo": true,
"env": [
{
"JAZZY_ELIGIBLE": "true"
}
]
},
{
"os": "osx",
"osx_image": "xcode12.2",
"sudo": true
},
{
"os": "osx",
"osx_image": "xcode12.5",
"sudo": true,
"env": [
{
"USE_SWIFT_DEVELOPMENT_SNAPSHOT": "1"
}
]
}
]
}
}
Loading