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 4eef1985c0569910acd1057fbfc4131138ce5565
Author: nferraro <ni.ferr...@gmail.com>
AuthorDate: Wed Jun 26 15:09:58 2019 +0200

    chore(ci): add verbose mode to prevent travis killing the job
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 143a3b8..ffede83 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -101,7 +101,7 @@ test: build
        go test ./...
 
 test-integration: build
-       go test ./... -tags=integration
+       go test -v ./... -tags=integration
 
 build-operator:
        go build $(GOFLAGS) -o camel-k ./cmd/manager/*.go

Reply via email to