Skip to content

Instantly share code, notes, and snippets.

@JohnMurray
Last active January 30, 2018 02:19
Show Gist options
  • Select an option

  • Save JohnMurray/bc37e5407fcb3df9840af8fd6bb6b23e to your computer and use it in GitHub Desktop.

Select an option

Save JohnMurray/bc37e5407fcb3df9840af8fd6bb6b23e to your computer and use it in GitHub Desktop.
Snippet to run gometalinter in travis
script:
- go test -v ./...
- gometalinter.v2 --vendor ./...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment