All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.refraction-networking.utls..travis.yml Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
language: go

go:
 - "1.11.x"

sudo: required
dist: trusty

install:
  - go get -t ./...
  - go get golang.org/x/lint/golint
  # Install gometalinter
  - go get github.com/alecthomas/gometalinter

script:
 - go test -race -v .
 - gometalinter --install
 - gometalinter --disable-all -E vet -E ineffassign --tests .
 - gometalinter --disable-all -E gofmt -E misspell -E goimports --tests u_*




© 2015 - 2024 Weber Informatics LLC | Privacy Policy