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

PR update #262

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

Merge pull request #22 from Woodpile37/snyk-fix-e15c8ca4bc17d082c3a09…

089741e
Select commit
Loading
Failed to load commit list.
Open

PR update #262

Merge pull request #22 from Woodpile37/snyk-fix-e15c8ca4bc17d082c3a09…
089741e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Oct 6, 2023 in 2m 49s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #262 PR update.
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 Ruby
Operating System Linux (Xenial)
Ruby Version 2.5.8
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "2.5.8"
  ],
  "cache": {
    "bundler": true,
    "directories": [
      "${HOME}/perl5",
      "${HOME}/.cache"
    ]
  },
  "env": [
    "global={:PATH=>\"/snap/bin:$PATH\"}"
  ],
  "jobs": {
    "include": [
      {
        "stage": "Testing time",
        "services": [
          "redis",
          "rabbitmq"
        ],
        "addons": {
          "postgresql": "9.6",
          "apt": {
            "packages": [
              "postgresql-server-dev-9.6"
            ]
          }
        },
        "before_install": [
          "script/install-sqitch",
          "script/install-partman",
          "eval \"$(perl -I ~/perl5/lib/perl5/ '-Mlocal::lib')\""
        ],
        "before_script": [
          "bundle exec rake setup"
        ]
      },
      {
        "stage": ":ship: it to quay.io",
        "addons": {
          "snaps": [
            {
              "name": "docker",
              "channel": "latest/beta"
            }
          ]
        },
        "language": "shell",
        "script": [
          "make ship"
        ],
        "if": "(branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true"
      }
    ]
  }
}