From 528e7668d7be9c767661a0199e57dfdf1865f67e Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 19 Oct 2017 00:01:12 +0000
Subject: [PATCH] circleci: remove opencv

---
 .circleci/config.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 954985d..a1b2d5a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,9 +6,9 @@
     working_directory: ~/work
     steps:
       - checkout
-      - run: 
-          name: Update OpenCV
-          command: 'apt-get install libopencv-dev'
+#      - run: 
+#          name: Update OpenCV
+#          command: 'apt-get install libopencv-dev'
       - run: make LIBSO=1 -j 8
       - run: |
           ulimit -c unlimited

--
Gitblit v1.10.0