Onboard dependabot workflows #100
Open
Travis CI / Travis CI - Branch
succeeded
Jan 8, 2024 in 4m 1s
Build Passed
The build passed.
Details
This is a normal build for the cicd-onboard branch. You should be able to reproduce it by checking out the branch locally.
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) |
Ruby Version | 3.2.2 |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"rvm": [
"3.2.2"
],
"services": [
"docker"
],
"before_install": [
"yes | gem update --system --force",
"gem install bundler"
],
"script": [
"./script/start-pg",
"./script/test"
],
"after_success": [
"bash -c 'source <(curl -s https://raw.githubusercontent.com/adevinta/vulcan-cicd/master/docker.sh)'"
]
}
Loading