diff options
author | Wim <wim@42.be> | 2017-07-25 20:11:52 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-07-25 20:11:52 +0200 |
commit | 83ef61287e34aaf35e52eb5e18b87364294144da (patch) | |
tree | 138c3ec9738ec0ad8169887d247d7afdb0a4c274 /.travis.yml | |
parent | 3527e09bc5a6d4704f1445d35f90b33e859c23c2 (diff) | |
download | matterbridge-msglm-83ef61287e34aaf35e52eb5e18b87364294144da.tar.gz matterbridge-msglm-83ef61287e34aaf35e52eb5e18b87364294144da.tar.bz2 matterbridge-msglm-83ef61287e34aaf35e52eb5e18b87364294144da.zip |
Refactor. Add tests
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 0e42355d..561f1e8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_script: # set -e enabled in bash. 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 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 - /bin/bash ci/bintray.sh |