Pull request event #33.1 passed

  • Ran for
AMD64
no language set
Git
The .travis.yml file used for this job is not available
Build Config
{
  "go": 1.7,
  "env": {
    "global": [
      "TRAVIS_COMMIT_SHORT=\"${TRAVIS_COMMIT:0:7}\""
    ]
  },
  "sudo": false,
  "addons": {
    "artifacts": {
      "paths": [
        "./build/linux/amd64/collectd-vsphere",
        "./build/darwin/amd64/collectd-vsphere"
      ],
      "target_paths": [
        "travis-ci/collectd-vsphere/$TRAVIS_BRANCH",
        "travis-ci/collectd-vsphere/$TRAVIS_COMMIT",
        "travis-ci/collectd-vsphere/$TRAVIS_COMMIT_SHORT"
      ]
    }
  },
  "script": [
    "make copyright",
    "git diff --exit-code",
    "git diff --cached --exit-code",
    "make crossbuild"
  ],
  "install": [
    "make prereqs",
    "make deps"
  ],
  "language": "go"
}