Skip to content

Commit

Permalink
Merge fb1148b into 446dc07
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalez committed Feb 21, 2018
2 parents 446dc07 + fb1148b commit 6525cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go:
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v0.3.1/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
- go get github.com/mattn/goveralls

install:
- make install
Expand All @@ -15,3 +16,4 @@ notifications:
script:
- go test -v -race ./...
- go vet ./...
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 6525cfb

Please sign in to comment.