Skip to content

Commit

Permalink
issue-33: update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
briandowns committed Nov 9, 2019
1 parent 437112f commit c1f1367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ notifications:
# set -e enabled in bash.
before_script:
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/) # All the .go files, excluding vendor/
- go get github.com/golang/lint/golint # Linter
- go get golang.org/x/lint
- go get github.com/fzipp/gocyclo

# script always run to completion (set +e). All of these code checks are must haves
Expand Down

0 comments on commit c1f1367

Please sign in to comment.