Configure Mend for GitHub Enterprise #16
Open
Travis CI / Travis CI - Pull Request
succeeded
Sep 17, 2025 in 2m 41s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #16 Configure Mend for GitHub Enterprise.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
| Job | Python | OS | State |
|---|---|---|---|
| 3.9 | Linux | passed | |
| 3.10 | Linux | passed | |
| 3.11 | Linux | passed | |
| 3.12 | Linux | passed | |
| 3.13 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Bionic) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "bionic",
"cache": {
"pip": true
},
"branches": {
"only": [
"main",
"/v\\d+.\\d+.\\d+/"
]
},
"notifications": {
"email": [
{
"enabled": true
}
]
},
"install": [
"sudo apt-get update",
"sudo apt-get install pandoc",
"pip install pypandoc",
"echo -e \"machine github.ibm.com\\n login $GITHUB_OAUTH_TOKEN\" > ~/.netrc",
"pip install setuptools==\"60.8.2\""
],
"script": [
"make ci"
],
"jobs": {
"include": [
{
"python": "3.9"
},
{
"python": "3.10"
},
{
"python": "3.11"
},
{
"python": "3.12"
},
{
"python": "3.13"
}
]
}
}
Loading