Skip to content

Commit

Permalink
Increase travis linitng time
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz committed Nov 15, 2016
1 parent 0b52798 commit 72e2f2c
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 @@ -12,7 +12,7 @@ before_install:
script:
- make deps
- gometalinter --install
- gometalinter ./... --deadline 120s --vendor -D dupl -D gotype -D errcheck -D gas -D golint -E gofmt
- gometalinter ./... --deadline 720s --vendor -D dupl -D gotype -D errcheck -D gas -D golint -E gofmt
- go test -coverprofile=apps.coverprofile ./apps
- go test -coverprofile=config.coverprofile ./config
- go test -coverprofile=consul.coverprofile ./consul
Expand Down

0 comments on commit 72e2f2c

Please sign in to comment.