Fix: Fixed Travis failure #163
Closed
Travis CI / Travis CI - Pull Request
succeeded
Aug 28, 2025 in 6m 36s
Build Passed
The build passed. This is a change from the previous build, which errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #163 Fix: Fixed Travis failure.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
| Job | Python | OS | State |
|---|---|---|---|
| 3.10 | Linux | passed | |
| 3.11 | Linux | passed | |
| 3.12 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Focal) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"cache": {
"pip": true
},
"notifications": {
"email": [
{
"enabled": true
}
]
},
"before_install": [
"sudo apt-get update",
"sudo apt-get install pandoc",
"pip install pypandoc",
"echo -e \"machine github.ibm.com\\n login $GH_TOKEN\" > ~/.netrc"
],
"install": [
"sudo rm -f /etc/apt/sources.list.d/mongodb-4.4.list",
"wget -O- https://pgp.mongodb.com/server-4.4.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-4.4.gpg",
"echo \"deb [signed-by=/usr/share/keyrings/mongodb-4.4.gpg] http://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/4.4 multiverse\" | sudo tee /etc/apt/sources.list.d/mongodb-4.4.list",
"pip install tox-travis"
],
"script": [
"tox"
],
"before_deploy": [
"nvm install 20",
"npm install npm@latest -g",
"npm install @semantic-release/changelog",
"npm install @semantic-release/exec",
"npm install @semantic-release/git",
"npm install @semantic-release/github",
"pip install bump2version"
],
"deploy": [
{
"provider": "script",
"script": "npx semantic-release",
"skip_cleanup": true,
"on": {
"python": "3.10",
"all_branches": true,
"tags": true
}
},
{
"repository": "https://upload.pypi.org/legacy",
"provider": "pypi",
"setuptools_version": "60.8.2",
"password": "$PYPI_TOKEN",
"skip_cleanup": true,
"on": {
"python": "3.10",
"tags": true
},
"username": "__token__"
}
],
"jobs": {
"include": [
{
"python": "3.10",
"before_script": [
"[ -z \"${TRAVIS_TAG}\" ] && [ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ] && openssl aes-256-cbc -K $encrypted_d4a185972ecc_key -iv $encrypted_d4a185972ecc_iv -in pdns.env.enc -out pdns.env -d || true && openssl aes-256-cbc -K $encrypted_3d8a3eb98382_key -iv $encrypted_3d8a3eb98382_iv -in transit.env.enc -out transit.env -d || true && openssl aes-256-cbc -K $encrypted_27cb64608ff6_key -iv $encrypted_27cb64608ff6_iv -in dl.env.enc -out dl.env -d || true && openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true && openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true"
]
},
{
"python": "3.11"
},
{
"python": "3.12"
}
]
}
}
Loading