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 <[email protected]> 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
