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

adding XML index.php Legacy Root #636

Merged
merged 3 commits into from
Jan 19, 2024

Merge pull request #2 from RussH/Manuel-forum-issue-for-XML-feed

58d351b
Select commit
Loading
Failed to load commit list.
Merged

adding XML index.php Legacy Root #636

Merge pull request #2 from RussH/Manuel-forum-issue-for-XML-feed
58d351b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 19, 2024 in 9m 38s

Build Passed

The build passed. This is a change from the previous build, which canceled.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #636 adding XML index.php Legacy Rooy.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Xenial)
PHP Version 7.2
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "services": [
    "docker"
  ],
  "env": [
    "jobs={:COMPOSE_VERSION=>\"v2.16.0\"}"
  ],
  "before_install": [
    "sudo apt-get update -qq",
    "sudo apt-get -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew install docker-ce",
    "curl -L https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose",
    "chmod +x docker-compose",
    "sudo mv docker-compose /usr/local/bin"
  ],
  "php": [
    "7.2"
  ],
  "script": [
    "composer self-update --2",
    "composer install",
    "./vendor/bin/phpunit src/OpenCATS/Tests/UnitTests",
    "cd docker/; docker-compose --compatibility -f docker-compose-test.yml up -d",
    "docker-compose --compatibility -f docker-compose-test.yml exec php /var/www/public/test/runAllTests.sh",
    "cd ..; ./ci/package-code.sh"
  ],
  "deploy": [
    {
      "provider": "releases",
      "file": [
        "$TRAVIS_BUILD_DIR/opencats-$TRAVIS_TAG-full.tar.gz",
        "$TRAVIS_BUILD_DIR/opencats-$TRAVIS_TAG-full.zip"
      ],
      "skip_cleanup": true,
      "on": {
        "tags": true
      },
      "token": {
        "secure": "ke80rN2W+MZWizqUbd9ENVOYLYiQy29oAdyqD61Q2rLunnFXm0LgDv/6Bddav6/Lherv+sFmN6LIa9IF3iD/oO7nUuzuRhsL4E9Pib5Al3TEIDZoOeeXyVinO/v2QaWjs+ufAswUESch0/+8p6bowiwGwaCJw0S4EA+jA/PacKHYxYG2cIbk9Rl7/HlSmirAQpkw2n+xUx4pQZj0bQRd5mILFxyLuFa5ct8y3Ya+Bo4gCBgJnXEITufbeuQmcEeK/4Zec8G5xZOIfoiTV7gT4nEBWl1wUK8FxFoEytG6NrHP8fRSkpgmecuZwzQI1zX5ORZaVTzLpC5Mw10/AZmBWYxkZN9ALYpQ9xKvFhxL4kurRZQOdfpepc3gvC6rCNE0Q+OYHD38Y3Nb6rdnOcqdkROdNkPPL+OierOgatgG4grlYLZq4tu9fnqRXYgT4UNrDiV6hAG8OPIIkHRWItPIr5HIjGkAPIos/fs20rBan/uqms9vZjzijfUjOwbold5t1fMTuO1zx/UytANunIWMbajP8puuO+GeEAB8vkE9CBC7ZR+pXDqap3qewCmg4FeclPc24wPcYUM0RRUSOFrBarlM/pQBHIidkgrh3hu48qyXGTw/HzxrgzEatKBgR+Nht2dKml7uEFTJVZnq91VVjlnYOlNv4u+jgNt8z0VxG7Q="
      }
    }
  ]
}