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

Alternative to PR 669 #675

Merged
merged 11 commits into from
Feb 29, 2024

Only Use File Basename for Altname

0b8d39e
Select commit
Loading
Failed to load commit list.
Merged

Alternative to PR 669 #675

Only Use File Basename for Altname
0b8d39e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Feb 29, 2024 in 2m 2s

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 #675 Alternative to PR 669.
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 ENV OS State
907.1 3.8 DOCKER_COMPOSE_VERSION=v2.17.3 Linux passed
907.2 3.9 DOCKER_COMPOSE_VERSION=v2.17.3 Linux passed
907.3 3.10 DOCKER_COMPOSE_VERSION=v2.17.3 Linux passed
907.4 3.11 DOCKER_COMPOSE_VERSION=v2.17.3 Linux passed
907.5 3.12 DOCKER_COMPOSE_VERSION=v2.17.3 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "script": [
    "./scripts/travis.sh"
  ],
  "services": [
    "memcached",
    "redis",
    "docker"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.8",
        "dist": "focal",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          }
        ]
      },
      {
        "python": "3.9",
        "dist": "focal",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          }
        ]
      },
      {
        "python": "3.10",
        "dist": "focal",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          }
        ]
      },
      {
        "python": "3.11",
        "dist": "focal",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          }
        ]
      },
      {
        "python": "3.12",
        "dist": "jammy",
        "sudo": true,
        "env": [
          {
            "DOCKER_COMPOSE_VERSION": "v2.17.3"
          },
          {
            "SMTP_HOST": "localhost"
          },
          {
            "SMTP_PORT": "1025"
          }
        ]
      }
    ]
  }
}