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

fix deprecation warnings #137

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

[stylecheck] remove whitespaces at eol

6ef19d8
Select commit
Loading
Failed to load commit list.
Open

fix deprecation warnings #137

[stylecheck] remove whitespaces at eol
6ef19d8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 21, 2023 in 19m 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 #137 fix deprecation warnings.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job PHP OS State
522.1 7.2 Linux passed
522.2 7.3 Linux passed
522.3 7.4 Linux passed
522.4 8.0 Linux passed
522.5 8.1.2 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Xenial)
PHP Versions 7.2, 7.3, 7.4, 8.0, 8.1.2
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "php": [
    "7.2",
    "7.3",
    "7.4",
    "8.0",
    "8.1.2"
  ],
  "sudo": false,
  "install": [
    "travis_retry composer install --prefer-source"
  ],
  "script": [
    "composer ci"
  ],
  "after_success": [
    "if [[ \"`phpenv version-name`\" != \"7.4\" ]]; then exit 0; fi",
    "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover coverage.clover",
    "wget https://scrutinizer-ci.com/ocular.phar",
    "php ocular.phar code-coverage:upload --format=php-clover coverage.clover"
  ],
  "notifications": {
    "email": [
      {
        "recipients": [
          "[email protected]"
        ],
        "on_success": "change",
        "on_failure": "always"
      }
    ],
    "irc": [
      {
        "channels": [
          "ircs://irc.libera.chat:6697#wikidata-feed"
        ],
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  },
  "cache": {
    "directories": [
      "$HOME/.composer/cache"
    ]
  }
}