This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 64b0a64661a08bb9eff6f108ca4319cec1776888
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Tue Jul 23 10:31:59 2019 +0200

    chore(travis): set golangci-lint deadline
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3cebde8..b3c42b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,5 +45,5 @@ before_script:
   - ./golangci-lint --version
 
 script:
-  - GOGC=10 ./golangci-lint run --verbose --config .golangci.yml || 
travis_terminate 1;
+  - GOGC=10 ./golangci-lint run --verbose --deadline 5m --config .golangci.yml 
|| travis_terminate 1;
   - ./script/travis_build.sh

Reply via email to