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 a68a905 commit a4df4ddCopy full SHA for a4df4dd
.travis.yml
@@ -8,6 +8,8 @@ before_install:
8
- go get -t -v ./...
9
10
script:
11
+ - go generate
12
+ - git diff --cached --exit-code
13
- ./go.test.sh
14
15
after_success:
0 commit comments