Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix compiling failures on this lib #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix compiling failures

c0ade7a
Select commit
Loading
Failed to load commit list.
Open

fix compiling failures on this lib #1

fix compiling failures
c0ade7a
Select commit
Loading
Failed to load commit list.
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 ./..."
  ]
}