Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed May 2, 2019
1 parent 8f2a71f commit 26106ae
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ language: go
go:
- 1.x

env:
- DEP_VERSION=0.5.1

before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
- go get github.com/mattn/goveralls
- dep ensure

script:
- go test ./... -coverprofile=psql-streamer.coverprofile
Expand Down
95 changes: 85 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26106ae

Please sign in to comment.