Commit Graph

8 Commits

Author SHA1 Message Date
Filippo Valsorda
00ded1d014 .travis.yml: fix format error 2019-11-09 18:03:18 -05:00
Filippo Valsorda
1382fc8fe8 Add -version flag
Closes #197
Fixes #191
2019-11-09 16:33:29 -05:00
Filippo Valsorda
82ea753aa2 analysis.go: use x/tools/go/analysis/multichecker to run analysis tools
This pattern has a number of advantages: it tracks the versions of the
tools in go.mod, it doesn't require installing anything in CI, it runs
all analysis passes at once, and it lets us add custom ones easily.
2019-11-09 16:04:54 -05:00
Filippo Valsorda
1f0796c926 Add staticcheck to CI (#171) 2019-07-05 01:41:23 -03:00
Filippo Valsorda
4d2ab596e7 .travis.yml: disable cgo for all release binaries
Fixes #169
2019-07-05 01:28:46 -03:00
Filippo Valsorda
8dca36bc48 Build binaries for linux/arm
Updates #97
2019-01-08 09:37:29 -08:00
Filippo Valsorda
44af1b6556 Force go stable to workaround travis-ci/gimme#157 2018-08-13 00:33:52 -04:00
Filippo Valsorda
5d14daf07b Add .travis.yml for releases 2018-08-13 00:27:25 -04:00