From 2ca0e8f9a0f9863555a26e984cde15efff9ef8f8 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 23 Sep 2016 10:17:51 -0400 Subject: Updating golang dependancies (#4075) --- vendor/github.com/go-ldap/ldap/.travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'vendor/github.com/go-ldap/ldap/.travis.yml') diff --git a/vendor/github.com/go-ldap/ldap/.travis.yml b/vendor/github.com/go-ldap/ldap/.travis.yml index a7a38951b..7e2f641e7 100644 --- a/vendor/github.com/go-ldap/ldap/.travis.yml +++ b/vendor/github.com/go-ldap/ldap/.travis.yml @@ -1,15 +1,24 @@ language: go +env: + global: + - VET_VERSIONS="1.5 1.6 tip" + - LINT_VERSIONS="1.5 1.6 tip" go: - 1.2 - 1.3 - 1.4 - 1.5 + - 1.6 - tip go_import_path: gopkg.in/ldap.v2 install: - go get gopkg.in/asn1-ber.v1 - go get gopkg.in/ldap.v2 - go get code.google.com/p/go.tools/cmd/cover || go get golang.org/x/tools/cmd/cover + - go get github.com/golang/lint/golint || true - go build -v ./... script: - - go test -v -cover ./... + - make test + - make fmt + - if [[ "$VET_VERSIONS" == *"$TRAVIS_GO_VERSION"* ]]; then make vet; fi + - if [[ "$LINT_VERSIONS" == *"$TRAVIS_GO_VERSION"* ]]; then make lint; fi -- cgit v1.2.3-1-g7c22