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

HIde BoldGrid Backup notice on 'my-inspiration' page #192

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

Update class-boldgrid-inspirations.php

aae8ca2
Select commit
Loading
Failed to load commit list.
Open

HIde BoldGrid Backup notice on 'my-inspiration' page #192

Update class-boldgrid-inspirations.php
aae8ca2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jan 19, 2024 in 6m 16s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #192 HIde BoldGrid Backup notice on 'my-inspiration' page.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job PHP ENV OS State
1909.1 5.6 WP_VERSION=latest WP_MULTISITE=0 Linux failed
1909.2 7.4 WP_VERSION=latest WP_MULTISITE=0 Linux passed
1909.3 8.0 WP_VERSION=latest WP_MULTISITE=0 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Xenial)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "services": [
    "mysql"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "never",
        "on_failure": "change"
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "hku/sEQX6jMCmLaZx7GciHru54QkLwBmovONr3jMDBV5C1GxIDkmCvcmFiIGqQ9neMsL615diGN2tBqUXe90kqsy7vkUer75/8wCR47ClPXEmFns2f4bAG2/DRU/Zd6myWe5n/703j9WhS/IKTc85sVoxiJ+rrgGDmY5b5xG3huatRVE5clYD+c9dnIgj/upebgyytsLzOnHarqb/lYQ5dV51CQkYUnRa4RaY5tbrxxq6H0LllRLWe/tDCd+LH+ktnmCFHgdg9YG01RXd6HiIrzBiAqFVQ9HbnZlWbW1kfTJqPgH7sSN3+4CYnKiOZbMbJTVLapoOgkINJ515WVmZAx/9XEBeOnoK14QweusiThXCVdTGi01bcsSDs9DR9cUImHjutPf7v1p9U7lubk7hZ1k8c21lvpWV/IANm55QyXVulTI9P+j1bpTPhMWAgpw+KvzR/5tsq1FnsY14jpUAzkNYSI9BOb95BKz+utn3MOEk+OuuI4Fhmdfmr8ptpc5J5UChA8hmBI81WsKUjX4SsEk3FCOUhSAN4UGrAcZQDdXwhNJ5CgUo/s/fkOVRHgInMq5BaCLkMCBMDiYEG7gQdlqg4zHfBljHg0vkp2FTkja20e+gZFCxzoGWG4wt0nbzOO6qQ5rcWyStQwfq2nvw5Fyo+kcHXfNV7dYHyxQQ3I="
          }
        ]
      }
    ]
  },
  "env": [
    "jobs={:WP_VERSION=>\"latest\", :WP_MULTISITE=>\"0\"}"
  ],
  "script": [
    "find . -name composer -prune -o -name node_modules -prune -o -name '*.php' -exec php -lf {} \\; > /dev/null",
    "vendor/phpunit/phpunit/phpunit --debug",
    "composer install -o --no-dev"
  ],
  "deploy": [
    {
      "provider": "releases",
      "file": [
        "boldgrid-inspirations.zip"
      ],
      "skip_cleanup": true,
      "on": {
        "tags": true,
        "php": "7.4"
      },
      "token": "${GITHUB_TOKEN}"
    }
  ],
  "jobs": {
    "include": [
      {
        "php": "5.6",
        "before_script": [
          "nvm install 10",
          "nvm use 10",
          "yarn",
          "composer self-update --1",
          "composer remove --dev phpunit/phpunit",
          "composer require --dev phpunit/phpunit ^5",
          "composer install -o",
          "bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION"
        ]
      },
      {
        "php": "7.4",
        "before_script": [
          "nvm install 10",
          "nvm use 10",
          "yarn",
          "composer self-update --1",
          "composer install -o",
          "bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION"
        ]
      },
      {
        "php": "8.0",
        "before_script": [
          "nvm install 10",
          "nvm use 10",
          "yarn",
          "composer self-update --1",
          "composer remove --dev phpunit/phpunit",
          "composer require --dev phpunit/phpunit",
          "composer install -o",
          "bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION"
        ]
      }
    ]
  }
}