From 0767687c39e23261505ccde6379e48ee6c8e973e Mon Sep 17 00:00:00 2001 From: Claudia Yan Date: Fri, 18 Oct 2019 08:43:29 -0400 Subject: [PATCH] cgo_enabled test --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e493d04..a410588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ go: go_import_path: github.com/kabanero-io/kabanero-command-line +env: + - CGO_ENABLED=1 + services: - docker