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
The following commit(s) were added to refs/heads/master by this push: new eabeb2f chore(build): remove go mod vendor from travis build eabeb2f is described below commit eabeb2f1f573e5f9bead9cfecabff62cb032d774 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Wed Jul 24 21:04:58 2019 +0200 chore(build): remove go mod vendor from travis build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3c42b9..2da47ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ go: - 1.12.x install: - - go mod vendor + - go mod tidy env: global: @@ -45,5 +45,5 @@ before_script: - ./golangci-lint --version script: - - GOGC=10 ./golangci-lint run --verbose --deadline 5m --config .golangci.yml || travis_terminate 1; + - GOGC=20 ./golangci-lint run --verbose --deadline 10m --config .golangci.yml || travis_terminate 1; - ./script/travis_build.sh