diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-21 20:48:09 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-21 20:48:09 +0800 |
commit | d8f7cb2f55e7e8cf1c831b65e8962bb0bdd2599e (patch) | |
tree | 12960bcfe9e2031ee7c28a1b687d8aef3801dc54 /.travis.yml | |
parent | bba7ccb07f08e0c6ad404abfb363deaec1db5fab (diff) | |
download | go-tangerine-d8f7cb2f55e7e8cf1c831b65e8962bb0bdd2599e.tar.gz go-tangerine-d8f7cb2f55e7e8cf1c831b65e8962bb0bdd2599e.tar.zst go-tangerine-d8f7cb2f55e7e8cf1c831b65e8962bb0bdd2599e.zip |
Don't print per-function testing results
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1b3104826..5499cf257 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,15 @@ before_install: - sudo apt-get update -qq - sudo apt-get install -yqq libgmp3-dev libreadline6-dev qt54quickcontrols qt54webengine install: + # - go get code.google.com/p/go.tools/cmd/goimports + # - go get github.com/golang/lint/golint # - go get golang.org/x/tools/cmd/vet - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi - go get github.com/mattn/goveralls before_script: + # - gofmt -l -w . + # - goimports -l -w . + # - golint . # - go vet ./... # - go test -race ./... script: |