Skip to content

Commit

Permalink
ci: add missing golint dep
Browse files Browse the repository at this point in the history
  • Loading branch information
wstrm committed Feb 21, 2018
1 parent c7ad837 commit 4c3fdb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: go
go:
- tip

install:
- go get -u github.com/golang/lint/golint

script:
- go build github.com/willeponken/elvisp/cmd/elvispd
- go build github.com/willeponken/elvisp/cmd/elvispc
Expand Down

0 comments on commit 4c3fdb2

Please sign in to comment.