diff options
author | Wim <wim@42.be> | 2018-02-21 01:20:38 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-02-21 01:20:38 +0100 |
commit | 723a90cdd645f647e63284a16b2db67786af4208 (patch) | |
tree | f8ad5ac643f8e3b620eb3a34cddd4926ec5bb0c2 /.travis.yml | |
parent | 67d2398fa8358fd3bad7ede01620294abd2b4eb7 (diff) | |
download | matterbridge-msglm-723a90cdd645f647e63284a16b2db67786af4208.tar.gz matterbridge-msglm-723a90cdd645f647e63284a16b2db67786af4208.tar.bz2 matterbridge-msglm-723a90cdd645f647e63284a16b2db67786af4208.zip |
Exclude gofmt test from travis for now
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fe01a937..b3b638ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ before_script: # flunk the build and immediately stop. It's sorta like having # set -e enabled in bash. script: - - test -z $(gofmt -s -l $GO_FILES) # Fail if a .go file hasn't been formatted with gofmt + #- 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 - megacheck $PKGS # "go vet on steroids" + linter |