fix compiling failures on this lib #1
Travis CI / Travis CI - Pull Request
required action
May 8, 2024 in 4m 0s
Build Errored
The build errored, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1 fix compiling failures on this lib.
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.
Job | Go | OS | State |
---|---|---|---|
6.1 | 1.11.x | Linux | errored |
6.2 | 1.10.x | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | Linux (Xenial) |
Go Versions | 1.11.x, 1.10.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "xenial",
"go": [
"1.11.x",
"1.10.x"
],
"go_import_path": "github.com/gluster/gogfapi",
"addons": {
"apt": {
"update": true,
"packages": [
"glusterfs-common"
]
}
},
"services": [
"docker"
],
"before_script": [
"bash -x test_setup.sh"
],
"script": [
"go test -v ./..."
]
}
Loading