Fix comment #257
Open
Fix comment #257
Travis CI / Travis CI - Pull Request
succeeded
Jul 11, 2024 in 2m 14s
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 #257 Fix comment.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Stage 1: test
This stage passed.
Job | Go | OS | State |
---|---|---|---|
628.1 Go 1.14 | 1.14.x | Linux | passed |
628.2 Go 1.15 | 1.15.x | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "focal",
"jobs": {
"include": [
{
"stage": "test",
"name": "Go 1.14",
"go": "1.14.x",
"install": [
"skip"
],
"script": [
"GO111MODULE=on go test -v -race -coverprofile=coverage.txt -covermode=atomic ./..."
]
},
{
"stage": "test",
"name": "Go 1.15",
"go": "1.15.x",
"install": [
"skip"
],
"script": [
"GO111MODULE=on go test -v -race -coverprofile=coverage.txt -covermode=atomic ./..."
]
}
]
}
}
Loading