Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Remove Makefile and use standard gometalinter config #1042

Merged
merged 2 commits into from Sep 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
File renamed without changes.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -24,8 +24,8 @@ install:
- go get -t ./...

script:
- make
- gometalinter --config=gometalinter.json ./...
- go build ./...
- gometalinter ./...
- go test ./... -coverprofile=coverage1.txt
- go test ./impl/integration/ -coverprofile=coverage2.txt -coverpkg=./...

Expand Down
51 changes: 0 additions & 51 deletions Makefile

This file was deleted.