Skip to content

Commit b6a3f41

Browse files
authored
Merge pull request #13 from matcornic/0.4.0
0.4.0
2 parents 4da4d82 + c338f8d commit b6a3f41

File tree

646 files changed

+351
-288802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

646 files changed

+351
-288802
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ subify_linux_amd64
3737
subify_darwin_amd64
3838
debug
3939
debian/
40+
41+
coverage.txt

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
language: go
22

33
go:
4-
- "1.8"
5-
- "1.9"
6-
- "1.10"
4+
- "1.13"
75

86
install:
9-
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 -o dep
10-
- chmod u+x dep && ./dep ensure
11-
- go get -u github.com/alecthomas/gometalinter
12-
- gometalinter -u -i -f
7+
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
138

149
script:
15-
- go test -race -coverprofile=coverage.txt -covermode=atomic
16-
- gometalinter --vendor --config=./gometalinter.json ./...
10+
- go test ./... -race -coverprofile=coverage.txt -covermode=atomic
11+
- golangci-lint run
1712

1813
after_success:
1914
- bash <(curl -s https://codecov.io/bash)

Gopkg.lock

Lines changed: 0 additions & 243 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)