Reinstall pecl extensión when change php version #44
Travis CI / Travis CI - Pull Request
succeeded
Jul 11, 2024 in 47m 49s
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 #44 Reinstall pecl extensión when change php version.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
163.1 | 3.9 | MOLECULE_DISTRO=debian:buster-slim | Linux | passed |
163.2 | 3.9 | MOLECULE_DISTRO=debian:bullseye-slim | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Bionic) |
Python Version | 3.9 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "bionic",
"python": [
"3.9"
],
"services": [
"docker"
],
"env": [
"jobs={:MOLECULE_DISTRO=>\"debian:buster-slim\"}={:MOLECULE_DISTRO=>\"debian:bullseye-slim\"}"
],
"install": [
"pip install pipenv",
"pipenv sync"
],
"script": [
"pipenv run molecule test --all"
],
"notifications": {
"webhooks": [
{
"urls": [
"https://galaxy.ansible.com/api/v1/notifications/"
]
}
],
"email": [
]
}
}
Loading