Update docs #146
Merged
Update docs #146
Travis CI / Travis CI - Pull Request
succeeded
Feb 7, 2024 in 5m 49s
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 #146 Update docs.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
839.1 | 14 | Linux | passed |
839.2 | 16 | Linux | passed |
839.3 | 18 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Node.js Versions | 14, 16, 18 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"14",
"16",
"18"
],
"before_install": [
"pyenv install 3.7.9",
"pyenv global 3.7.9",
"pip install -r requirements.dev.txt"
]
}
Loading