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

Attachment to new tab #1994

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

Correction of call from get_attachment_link_target to print_attachmen…

a55fb9a
Select commit
Failed to load commit list.
Open

Attachment to new tab #1994

Correction of call from get_attachment_link_target to print_attachmen…
a55fb9a
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 18, 2024 in 3m 46s

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 #1994 Attachment to new tab.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 11 jobs, running in parallel.

Job PHP ENV OS State
8050.1 8.3 DB=mysql Linux passed
8050.2 8.3 DB=pgsql Linux passed
8050.3 8.2 DB=mysql Linux passed
8050.4 8.2 DB=pgsql Linux passed
8050.5 8.1 DB=mysql Linux passed
8050.6 8.1 DB=pgsql Linux passed
8050.7 8.0 DB=mysql Linux passed
8050.8 8.0 DB=pgsql Linux passed
8050.9 7.4 DB=mysql Linux passed
8050.10 7.4 DB=pgsql Linux passed
8050.11 Documentation DOCBOOK=1 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
PHP Versions 8.3, 8.2, 8.1, 8.0, 7.4
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "services": [
    "postgresql",
    "mysql"
  ],
  "install": [
    "composer install"
  ],
  "before_script": [
    "chmod +x \"$TRAVIS_BUILD_DIR/tests/fakesendmail.sh\"",
    "echo 'sendmail_path = $TRAVIS_BUILD_DIR/tests/fakesendmail.sh' > ./tests/sendmail.ini",
    "phpenv config-add ./tests/sendmail.ini",
    "./build/travis_before_script.sh"
  ],
  "script": [
    "./build/travis_script.sh"
  ],
  "branches": {
    "only": [
      "master",
      "/master-[0-9.]+/"
    ]
  },
  "php": [
    "8.3",
    "8.2",
    "8.1",
    "8.0",
    "7.4"
  ],
  "env": [
    "jobs={:DB=>\"mysql\"}={:DB=>\"pgsql\"}"
  ],
  "jobs": {
    "include": [
      {
        "name": "Documentation",
        "env": [
          {
            "DOCBOOK": "1"
          }
        ],
        "language": "ruby",
        "addons": {
          "apt": {
            "packages": [
              "publican"
            ]
          }
        }
      }
    ],
    "allow_failures": [
]

},
"notifications": {
"email": [
{
"on_success": "change",
"on_failure": "always"
}
],
"irc": [
{
"on_success": "change",
"on_failure": "always",
"channels": [
"chat.freenode.net#mantisbt"
],
"skip_join": true,
"template": [
"Build #%{build_number}: %{repository} %{branch} (%{commit}) %{author} - %{message}",
"Build details: %{build_url}",
"Code Changes: %{compare_url}"
]
}
]
}
}