We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ac397 commit 432d595Copy full SHA for 432d595
.travis.yml
@@ -7,7 +7,7 @@ go:
7
- master
8
9
script:
10
- - make
+ - go test -v
11
- go test -race -coverprofile=coverage.txt -covermode=atomic .
12
13
after_success:
0 commit comments