Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0D3D00D committed Oct 27, 2018
1 parent 50076ee commit b444d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,4 +15,4 @@ install:
- go get golang.org/x/tools/cmd/cover
script:
- go test -covermode=count -coverprofile=coverage.out -v ./...
- $HOME/gopath/bin/goveralls -coverage=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

0 comments on commit b444d7d

Please sign in to comment.