We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5269448 commit 2edcbffCopy full SHA for 2edcbff
.travis.yml
@@ -15,15 +15,15 @@ notifications:
15
before_install:
16
- go get -u github.com/go-playground/overalls
17
- go get -u github.com/mattn/goveralls
18
- - go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
+# - go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
19
- go get -u github.com/client9/misspell/cmd/misspell
20
21
before_script:
22
- go vet ./...
23
24
script:
25
- gofmt -d -s .
26
- - golangci-lint run
+# - golangci-lint run
27
- find . -type f | xargs misspell -source=text
28
- go test -cover -race ./...
29
0 commit comments