Skip to content

Commit

Permalink
add some linting to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyblue committed May 2, 2019
1 parent 392e747 commit 0f976be
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
language: go

go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x

script: go test
install:
- go get golang.org/x/lint/golint
- go get honnef.co/go/tools/cmd/staticcheck

script:
- go test -race
- staticcheck .
- golint .

0 comments on commit 0f976be

Please sign in to comment.