You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by je...@apache.org on 2019/03/14 12:00:14 UTC

[nifi-minifi-cpp] 02/04: MINIFICPP-762-Update: send make docker to dev null

This is an automated email from the ASF dual-hosted git repository.

jeremydyer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 1956d876d4e7fb8d3645d42a166555d3f2832afd
Author: Marc Parisi <ph...@apache.org>
AuthorDate: Wed Mar 13 20:19:46 2019 -0400

    MINIFICPP-762-Update: send make docker to dev null
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 063ffbc..3191061 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,7 +59,7 @@ matrix:
       services:
         - docker
       script:
-        - ./bootstrap.sh -e -t && cd build  && make docker
+        - ./bootstrap.sh -e -t && cd build  && make docker > /dev/null
     - os: linux
       dist: trusty
       sudo: required