Skip to content

Commit d7865ea

Browse files
committed
ci: check COVERAGE
1 parent a4e48d6 commit d7865ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ matrix:
2020

2121
script:
2222
- go install -v $TAGS ./...
23-
- GOARCH=amd64 go run ./ci/run-tests.go -race $COVERAGE
23+
- echo ">>> COVERAGE=[$COVERAGE]"
2424
- GOARCH=386 go test ./...
25+
- GOARCH=amd64 go run ./ci/run-tests.go -race $COVERAGE
2526

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

0 commit comments

Comments
 (0)