Skip to content

Commit

Permalink
ci: update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Aug 8, 2016
1 parent be30574 commit c947f0b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go:
- 1.4
- 1.5
- 1.6
- 1.7
- tip

matrix:
Expand All @@ -12,11 +13,9 @@ matrix:
- go: 1.4

install:
- go get github.com/axw/gocov/gocov github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide
- go get -t -d ./...
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide
- glide up

script:
# - go vet -x $(go list ./... | grep -v /internal/ | grep -v /vendor/)
# - golint .
- gotestcover -coverprofile="cover.out" -race -covermode="count" ./...
- goveralls -coverprofile="cover.out"

0 comments on commit c947f0b

Please sign in to comment.