Bump nokogiri from 1.16.7 to 1.18.3 #643
Open
Travis CI / Travis CI - Branch
failed
Feb 19, 2025 in 3m 39s
Build Failed
The build failed.
Details
This is a normal build for the dependabot/bundler/nokogiri-1.18.3 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Stage 1: test
This stage failed.
Job | Ruby | OS | State |
---|---|---|---|
3.1.2 | Linux | passed | |
3.1.2 | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Bionic) |
Ruby Version | 3.1.2 |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "bionic",
"version": "~> 1.0",
"cache": {
"bundler": true
},
"rvm": [
"3.1.2"
],
"jobs": {
"include": [
{
"stage": "test",
"name": "Tests",
"script": [
"cp config/database.example.yml config/database.yml",
"bundle exec rake db:setup RAILS_ENV=test",
"simplecov=true bundle exec rails spec",
"curl -Os https://uploader.codecov.io/latest/linux/codecov",
"chmod +x codecov",
"./codecov -f coverage/coverage.xml"
]
},
{
"name": "Audit",
"script": [
"bundle exec bundle-audit check --update",
"bundle exec brakeman -z"
]
},
{
"stage": "deploy",
"if": "branch = master",
"script": [
"skip"
],
"deploy": [
{
"provider": "script",
"script": ".cicd/travis_deploy.sh"
}
]
}
]
}
}
Loading