You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/06/27 16:34:30 UTC

[camel-k] 03/07: chore(build): run go mod vendor

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 <lb...@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: