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

Bump rdoc from 6.5.0 to 6.6.3.1 #167

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Bump rdoc from 6.5.0 to 6.6.3.1

e5d50b0
Select commit
Loading
Failed to load commit list.
Open

Bump rdoc from 6.5.0 to 6.6.3.1 #167

Bump rdoc from 6.5.0 to 6.6.3.1
e5d50b0
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Mar 25, 2024 in 1m 50s

Build Failed

The build failed.

Details

This is a normal build for the dependabot/bundler/rdoc-6.6.3.1 branch. You should be able to reproduce it by checking out the branch locally.

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 (Bionic)
Ruby Version 3.2.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "rvm": [
    "3.2.2"
  ],
  "env": [
    "global={:CF_USER=>\"$DEPLOY_USERNAME\"}={:CF_ORG=>\"$DEPLOY_ORG\"}={:CF_PASS=>\"$DEPLOY_PASSWORD\"}={:CF_SPACE=>\"$SPACE\"} jobs={:API_ROOT=>\"$API_ENDPOINT\"}"
  ],
  "services": [
    "postgresql"
  ],
  "addons": {
    "postgresql": "11"
  },
  "install": [
    "bundle install --jobs=3 --retry=3"
  ],
  "before_script": [
    "sudo apt-get -qq update"
  ],
  "script": [
    "bundle exec rake db:setup",
    "bundle exec rake"
  ],
  "before_deploy": [
    "echo \"install cloudfoundry cli\"",
    "wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add -",
    "echo \"deb https://packages.cloudfoundry.org/debian stable main\" | sudo tee /etc/apt/sources.list.d/cloudfoundry-cli.list",
    "sudo apt-get -qq update",
    "sudo apt-get install cf7-cli"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "bash CF/deploy-app.sh -u $CF_USER -o $CF_ORG -p $CF_PASS -s $CF_SPACE",
      "on": {
        "all_branches": true,
        "condition": [
          "$SPACE =~ ^(ppon-development|ppon-testing|ppon-pre-production|ppon-production)$"
        ]
      }
    }
  ]
}