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 dd25784718b884ad76c10a339fb6da7040e6e306
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Thu Jun 27 10:03:15 2019 +0200

    chore(build): run go mod vendor
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6315996..b4a94bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,8 @@ language: go
 go:
   - "1.11.4"
 
-install: true
+install:
+  - go mod vendor
 
 env:
   global:

Reply via email to