summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Anderson <[email protected]>2017-05-14 02:44:20 -0700
committerDavid Anderson <[email protected]>2017-05-14 02:44:20 -0700
commitc58b44c4fc69a3602d751d679c69c07e6bcbe24a (patch)
tree5619dc473c71ed8a03eedb3e576b5d77265d8dce /.travis.yml
parent4621df99bdd73dbb3995055b9b4f3f062300c892 (diff)
Make golint fail if lint errors are found, and fix said lint.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index afacec5..9e5c641 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ script:
- go build .
- go test .
- go vet .
-- golint .
+- golint -set_exit_status .
jobs:
include: