Skip to content

Commit

Permalink
Merge pull request #98 from oklahomer/feature/support-go-1.13
Browse files Browse the repository at this point in the history
Support Go 1.13
  • Loading branch information
oklahomer committed Sep 6, 2019
2 parents 2a3f5ab + c317265 commit 3061d45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ sudo: false
go:
- "1.11.4"
- "1.12"
- "1.13"
- "tip"

before_install:
- export PATH=$HOME/gopath/bin:$PATH
- go get github.com/mattn/goveralls
- go get github.com/modocache/gover
- go get github.com/golangci/golangci-lint/cmd/golangci-lint

script:
- golangci-lint run
- go test -race ./...
- go test -coverprofile=sarah.coverprofile .
- go test -coverprofile=alerter.line.coverprofile ./alerter/line
Expand Down

0 comments on commit 3061d45

Please sign in to comment.