master Merge pull request #253 from libp2p/fix/lints

Push event #831.1 passed

  • Ran for
AMD64
Go: 1.13.x
Git
BUILD_DEPTYPE=gomod
libp2p/go-libp2p-daemon:.travis.yml@23058bc
os:
  - linux

language: go

go:
  - 1.13.x

env:
  global:
    - GOTFLAGS="-race"
  matrix:
    - BUILD_DEPTYPE=gomod


# disable travis install
install:
  - true

script:
  - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)


cache:
  directories:
    - $GOPATH/pkg/mod
    - $HOME/.cache/go-build

notifications:
  email: false
Build Config
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "go": [
    "1.13.x"
  ],
  "env": {
    "global": [
      {
        "GOTFLAGS": "\"-race\""
      }
    ],
    "jobs": [
      {
        "BUILD_DEPTYPE": "gomod"
      }
    ]
  },
  "install": [
    "true"
  ],
  "script": [
    "bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)"
  ],
  "cache": {
    "directories": [
      "$GOPATH/pkg/mod",
      "$HOME/.cache/go-build"
    ]
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  }
}