Skip to content

Commit 3b12a92

Browse files
committed
.travis.yml: don't run gofmt, goimports, golint
This should yield another 30-second speed up. Nobody looks at the output of those anyway. We might want bring back gofmt later and actually fail the build if source is not formatted.
1 parent 654f7f7 commit 3b12a92

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,10 @@ before_install:
66
- sudo apt-get update -qq
77
- sudo apt-get install -yqq libgmp3-dev libreadline6-dev qt54quickcontrols qt54webengine
88
install:
9-
- go get code.google.com/p/go.tools/cmd/goimports
10-
- go get github.com/golang/lint/golint
119
# - go get golang.org/x/tools/cmd/vet
1210
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
1311
- go get github.com/mattn/goveralls
1412
before_script:
15-
- gofmt -l -w .
16-
- goimports -l -w .
17-
- golint .
1813
# - go vet ./...
1914
# - go test -race ./...
2015
script:

0 commit comments

Comments
 (0)