Skip to content

Commit 26106ae

Browse files
committed
update travis
1 parent 8f2a71f commit 26106ae

File tree

2 files changed

+91
-10
lines changed

2 files changed

+91
-10
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ language: go
33
go:
44
- 1.x
55

6+
env:
7+
- DEP_VERSION=0.5.1
8+
69
before_install:
10+
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
11+
- chmod +x $GOPATH/bin/dep
712
- go get github.com/mattn/goveralls
13+
- dep ensure
814

915
script:
1016
- go test ./... -coverprofile=psql-streamer.coverprofile

Gopkg.lock

Lines changed: 85 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)