Skip to content

Commit

Permalink
fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
liyue201 authored and kl7sn committed Aug 27, 2020
1 parent b77f3ac commit f13436b
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 @@ -15,7 +15,7 @@ before_install: go get golang.org/x/tools/cmd/goimports
script:
- diff -u <(echo -n) <(gofmt -d -s .)
# - diff -u <(echo -n) <(goimports -d .)
- go testdata -v -race ./... -coverprofile=coverage.txt -covermode=atomic
- go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit f13436b

Please sign in to comment.