Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 9ed7a2cb8a9e8224d5e73dfaacd8e0686fb83ef0 Author: Wim <wim@42.be> Date: Fri Feb 23 01:15:32 2018 +0000 Disable go vet for now (travis) diff --git a/.travis.yml b/.travis.yml index 1be8ebf..2df6c31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -367 +367 @@ before_script:  script:   #- test -z $(gofmt -s -l $GO_FILES) # Fail if a .go file hasn't been formatted with gofmt   - go test -v -race $PKGS # Run all the tests with the race detector enabled - - go vet $PKGS # go vet is the official Go static analyzer + # - go vet $PKGS # go vet is the official Go static analyzer   - megacheck $PKGS # "go vet on steroids" + linter   - /bin/bash ci/bintray.sh   #- golint -set_exit_status $PKGS # one last linter