This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 8a321401120a8e97c08c4257d27733c6ee1f1c9b Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Thu Jun 27 14:37:20 2019 +0200 chore(build): attemp to fixnt on travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 48b1ba8..a6fda07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,9 @@ services: before_script: - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b . v1.17.1 + - ./golangci-lint config path + - ./golangci-lint --version script: - - ./golangci-lint run || travis_terminate 1; + - ./golangci-lint run --verbose --config .golangci.yml || travis_terminate 1; - ./script/travis_build.sh