Skip to content

Commit

Permalink
Bump go-cyclo up to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Aug 18, 2017
1 parent 62f7109 commit 8aab619
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 @@ -13,7 +13,7 @@ before_install:
- rm ./testcases/*.go

script:
- gometalinter --fast ./... -D gas
- gometalinter --fast ./... -D gas --cyclo-over=12
- go test -race -v ./...
- go test -covermode=count -coverprofile=profile.cov

Expand Down

0 comments on commit 8aab619

Please sign in to comment.