Skip to content

Commit 0042680

Browse files
committed
ci: fix typo in .travis.yml
1 parent a3bc604 commit 0042680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ script:
5151
# Run race tests
5252
- go test -v -race -run "$race_tests" -timeout 15m
5353

54-
# We run all tests again to get full coverage, technically unncecessary tho
54+
# We run all tests again to get full coverage, technically unnecessary tho
5555
- coverpkg_ignore='/(msg|fake)'
5656
# coverpkg for multiple mains is broken in 1.12, so we need to exclude the examples from coverage
5757
# https://github.com/golang/go/issues/30374

0 commit comments

Comments
 (0)