Skip to content

Update money version to 7

7e78d24
Select commit
Loading
Failed to load commit list.
Open

Update money version to 7 #11

Update money version to 7
7e78d24
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 29, 2025 in 3m 9s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #11 Update money version to 7.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Ruby ENV OS State
13.1 3.1.6 REDIS_PORT=6379 Linux passed
13.2 3.2.4 REDIS_PORT=6379 Linux passed
13.3 3.3.5 REDIS_PORT=6379 Linux passed
13.4 truffleruby REDIS_PORT=6379 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Ruby Versions 3.1.6, 3.2.4, 3.3.5, truffleruby
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "rvm": [
    "3.1.6",
    "3.2.4",
    "3.3.5",
    "truffleruby"
  ],
  "install": [
    "bundle install --jobs=3 --retry=3"
  ],
  "services": [
    "redis"
  ],
  "cache": {
    "bundler": true
  },
  "env": [
    "jobs={:REDIS_PORT=>\"6379\"}"
  ],
  "script": [
    "bundle exec rspec"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "change",
        "on_failure": "change"
      }
    ]
  }
}