Skip to content

Commit

Permalink
fix ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Nov 4, 2019
1 parent 462de0d commit f45ae70
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 @@ -6,7 +6,7 @@ go:
- 1.13.x

install:
- go get -t -v .
- go get -t -v ./...

script:
- go test -v -benchmem -test.bench=".*" -coverprofile=coverage.txt -covermode=atomic ./...
Expand Down

0 comments on commit f45ae70

Please sign in to comment.