Skip to content

Bump aws-sdk-s3 from 1.156.0 to 1.208.0

8458e12
Select commit
Loading
Failed to load commit list.
Closed

Bump aws-sdk-s3 from 1.156.0 to 1.208.0 #431

Bump aws-sdk-s3 from 1.156.0 to 1.208.0
8458e12
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 18, 2025 in 22m 34s

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 #431 Bump aws-sdk-s3 from 1.156.0 to 1.208.0.
Any changes that have been made to the main 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 (Jammy)
JDK Version openjdk11
Ruby Version 3.3.4
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": true,
  "services": [
    "redis",
    "mysql"
  ],
  "jdk": [
    "openjdk11"
  ],
  "rvm": [
    "3.3.4"
  ],
  "addons": {
    "apt": {
      "packages": [
        "ffmpeg"
      ]
    }
  },
  "cache": {
    "bundler": true
  },
  "before_install": [
    "cp .env.test.example .env.test",
    "gem update bundler",
    "gem install bundler",
    "bundle install"
  ],
  "before_script": [
    "curl -sSL https://raw.githubusercontent.com/UsmanLhrPk/travis-solr/master/travis-solr.sh | SOLR_VERSION=9.3.0 SOLR_COLLECTION=test SOLR_COLLECTION_CONF=solr/configsets/sunspot/conf bash",
    "RAILS_ENV=test bundle exec rake db:create",
    "RAILS_ENV=test bundle exec rake db:migrate"
  ],
  "script": [
    "bundle exec rspec",
    "bundle exec license_finder"
  ],
  "env": [
    "global=[One of the secure variables in your .travis.yml has an invalid format.]"
  ],
  "branches": {
    "only": [
      "main",
      "dev"
    ]
  }
}