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:15 UTC

[nifi-minifi-cpp] 03/04: remove docker target

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 662d2ce96345cb471e6bbd941e13bf3dc80e53f6
Author: Marc Parisi <ph...@apache.org>
AuthorDate: Wed Mar 13 21:00:12 2019 -0400

    remove docker target
---
 .travis.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3191061..69dff4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,13 +56,6 @@ matrix:
     - os: linux
       dist: trusty
       sudo: required
-      services:
-        - docker
-      script:
-        - ./bootstrap.sh -e -t && cd build  && make docker > /dev/null
-    - os: linux
-      dist: trusty
-      sudo: required
       script:
         - ./bootstrap.sh -e -t && cd build  && cmake -DUSE_SHARED_LIBS= .. && make -j2 VERBOSE=1 && sudo make test ARGS="-j2 --output-on-failure"
     - os: osx