Clean up #45
Merged
Clean up #45
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Pull Request
succeeded
Nov 29, 2023 in 1m 57s
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 #45 Clean up.
Any changes that have been made to the gh-pages branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Ruby | OS | State |
---|---|---|---|
181.1 | 2.7.4 | Linux | passed |
181.2 | 3.0 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Xenial) |
Ruby Versions | 2.7.4, 3.0 |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"cache": {
"bundler": true
},
"before_script": [
"gem install bundler",
"bundle update",
"chmod +x ./script/cibuild"
],
"install": [
"bundle install"
],
"script": [
"./script/cibuild"
],
"rvm": [
"2.7.4",
"3.0"
],
"branches": {
"only": [
"master",
"gh-pages"
]
}
}
Loading