Skip to content

Commit

Permalink
fix(travis): go lint install
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Oct 25, 2018
1 parent 5fbd0fc commit b975e69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: go

go:
- "1.11"
- "1.10"
- "1.9"
- "1.8"
- "1.7"
- "tip"

before_install:
- go get -u -v github.com/golang/lint/golint
- go get -u -v golang.org/x/lint/golint

script:
- diff -u <(echo -n) <(gofmt -s -d ./)
Expand Down

0 comments on commit b975e69

Please sign in to comment.