Skip to content

Commit 2edcbff

Browse files
author
Dean Karn
committed
update .travis.yml
1 parent 5269448 commit 2edcbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ notifications:
1515
before_install:
1616
- go get -u github.com/go-playground/overalls
1717
- go get -u github.com/mattn/goveralls
18-
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
18+
# - go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
1919
- go get -u github.com/client9/misspell/cmd/misspell
2020

2121
before_script:
2222
- go vet ./...
2323

2424
script:
2525
- gofmt -d -s .
26-
- golangci-lint run
26+
# - golangci-lint run
2727
- find . -type f | xargs misspell -source=text
2828
- go test -cover -race ./...
2929

0 commit comments

Comments
 (0)