Skip to content

Commit c7d8636

Browse files
author
David A. Eilertsen
committed
golangci lint in travis
1 parent 0411c0b commit c7d8636

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: go
22
go: 1.13.x
33
install: go install
4-
script: go test -v ./...
4+
before_script:
5+
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
6+
script:
7+
- golangci-lint run
8+
- go test -v -race ./...

0 commit comments

Comments
 (0)