Skip to content

Commit

Permalink
Merge pull request #194 from signalfx/remove_go_1_12_support
Browse files Browse the repository at this point in the history
removing go 1.12.x support
  • Loading branch information
jgheewala authored Aug 24, 2020
2 parents 7e4a24b + 575429c commit 0db49c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: go

sudo: false

go:
- "1.12.x"
- "1.13.x"
- "1.14.x"

Expand All @@ -19,7 +16,7 @@ script:
- export GO111MODULE=on
- go mod download
- golangci-lint run -c .golangci.yml -v
- go test -covermode atomic -race -timeout 120s -cpu 4 -parallel 8 -coverprofile ./coverage.out $(go list ./...)
- go test -covermode atomic -race -timeout 160s -cpu 4 -parallel 8 -coverprofile ./coverage.out $(go list ./...)
- "! go tool cover -func coverage.out | grep -v 100.0%"

after_script:
Expand Down

0 comments on commit 0db49c2

Please sign in to comment.