Skip to content

Commit 2e0f4c6

Browse files
committed
Add linting to travis
1 parent 0e79f38 commit 2e0f4c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ install:
1010
- true
1111

1212
script:
13+
- golint ./...
1314
- go test ./...
1415

1516
# Build for various architectures

0 commit comments

Comments
 (0)