Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reinstall pecl extensión when change php version #44

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Reinstall pecl extensión when change php version

57d6899
Select commit
Loading
Failed to load commit list.
Open

Reinstall pecl extensión when change php version #44

Reinstall pecl extensión when change php version
57d6899
Select commit
Loading
Failed to load commit list.
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": [
]

}
}