Bump rails-html-sanitizer from 1.6.0 to 1.6.1 #639
Travis CI / Travis CI - Branch
succeeded
Dec 2, 2024 in 1m 31s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/bundler/rails-html-sanitizer-1.6.1 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 passed.
Job | Ruby | OS | State |
---|---|---|---|
1286.1 Tests | 3.1.2 | Linux | passed |
1286.2 Audit | 3.1.2 | Linux | passed |
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