Bump mkdocs-macros-plugin from 1.0.5 to 1.3.7 in /docs #994
Travis CI / Travis CI - Pull Request
failed
Oct 26, 2024 in 9m 45s
Build Failed
The build failed. This is a change from the previous build, which errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #994 Bump mkdocs-macros-plugin from 1.0.5 to 1.3.7 in /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 | Go | Xcode | OS | State |
---|---|---|---|---|
2445.1 | 1.23.x | xcode12.2 | macOS | failed |
2445.2 | 1.23.x | Linux | passed | |
2445.3 | 1.23.x | windows | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | macOS, Linux (Focal), windows |
Go Version | 1.23.x |
Xcode Version | xcode12.2 |
Build Configuration
{
"language": "go",
"os": [
"osx",
"linux",
"windows"
],
"dist": "focal",
"go": [
"1.23.x"
],
"osx_image": [
"xcode12.2"
],
"services": [
"docker"
],
"branches": {
"only": [
"master",
"/^v\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/"
]
},
"before_install": [
"if [[ \"${TRAVIS_OS_NAME}\" == \"windows\" ]]; then choco install make; fi",
"if [[ \"${TRAVIS_OS_NAME}\" == \"osx\" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install bash; fi"
],
"script": [
"./ci/build.sh"
]
}
Loading