Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into cidr-range
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi committed Dec 4, 2016
2 parents 8ddb845 + e72396d commit adf3fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ before_install:
script:
- go vet
- golint -set_exit_status
- go test -race -v -tags test -covermode=atomic -coverprofile=profile.cov
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
- go test -race -v
- $HOME/gopath/bin/goveralls -ignore main.go -v -service=travis-ci

0 comments on commit adf3fb8

Please sign in to comment.