Skip to content

Commit 38f074a

Browse files
committed
Revert .travis.yml to skip linting
1 parent bf2442a commit 38f074a

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
@@ -7,7 +7,7 @@ go:
77
- master
88

99
script:
10-
- make test
10+
- go test -race -coverprofile=coverage.txt -covermode=atomic -v .
1111

1212
notifications:
1313
email: false

0 commit comments

Comments
 (0)