Skip to content

Merge branch 'chore/upgrade-to-rails-8' into chore/app-audit

4367f96
Select commit
Loading
Failed to load commit list.
Draft

Chore/app audit #66

Merge branch 'chore/upgrade-to-rails-8' into chore/app-audit
4367f96
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 18, 2025 in 1m 46s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the chore/app-audit 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 (Xenial)
Ruby Version 3.2.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "3.2.2"
  ],
  "cache": {
    "bundler": true
  },
  "before_install": [
    "export DISPLAY=:99.0"
  ],
  "before_script": [
    "cp config/database.travis.yml config/database.yml",
    "bundle config set force_ruby_platform true",
    "bin/setup --skip-server"
  ],
  "services": [
    "xvfb",
    "postgresql",
    "redis"
  ],
  "script": [
    "bundle exec rspec spec",
    "bundle exec rubocop"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "env": [
    "global={:BASE_URL=>\"'http://localhost:3000'\"}"
  ],
  "addons": {
    "code_climate": {
      "repo_token": "0c9d8e9e2db83bcc74dbdfe816f4f51ab8e14f63f6e2e7315457f48bb0f6f64c"
    }
  }
}