Skip to content

Commit

Permalink
fix a typo in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaskoz committed Sep 28, 2018
1 parent 66ff755 commit 7dc68ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ before_install:
- go get github.com/mattn/goveralls
script:
- go test -cover -v -race ./...
- go test -bench=.
- go test -bench=. ./...
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 7dc68ce

Please sign in to comment.