doc(Readme): updated link to blockcerts schema (beta) #65
Travis CI / Travis CI - Pull Request
succeeded
Mar 21, 2024 in 1m 9s
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 #65 doc(Readme): updated link to blockcerts schema (beta).
Any changes that have been made to the master 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 | Python |
Operating System | Linux (Focal) |
Python Version | 3.10 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"sudo": false,
"branches": {
"only": [
"master"
]
},
"env": [
"jobs={:NODE_VERSION=>\"\\\"16\\\"\"}"
],
"before_install": [
"nvm install $NODE_VERSION"
],
"python": [
"3.10"
],
"install": [
"pip install tox-travis"
],
"script": [
"tox"
],
"after_success": [
"if [ \"$TRAVIS_PULL_REQUEST\" = \"false\" ]; then sh semantic-release.sh; fi",
"if [ \"$TRAVIS_PULL_REQUEST\" = \"false\" ]; then sh release_npm_package.sh; fi"
]
}
Loading