Bump rack from 3.1.12 to 3.1.14 #6
Closed
Travis CI / Travis CI - Pull Request
required action
May 8, 2025 in 1m 59s
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 #6 Bump rack from 3.1.12 to 3.1.14.
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 (Xenial) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"cache": {
"bundler": true
},
"services": [
"postgresql"
],
"before_install": [
"nvm install --lts"
],
"before_script": [
"bundle install --jobs=3 --retry=3",
"bundle exec rake db:create",
"bundle exec rake db:schema:load"
],
"script": [
"bundle exec rspec"
],
"notifications": {
"email": [
{
"enabled": false
}
]
}
}
Loading