We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f193d3 commit 54d2f59Copy full SHA for 54d2f59
.travis.yml
@@ -6,6 +6,8 @@ go:
6
- "1.15"
7
- "1.16"
8
- master
9
+before_install:
10
+ - go get -u golang.org/x/lint/golint
11
script:
12
- make env
13
- make build
0 commit comments