From 3a134e82e5e663ab095e9f836c2860d9ce6a58ec Mon Sep 17 00:00:00 2001 From: Chiyuan Zhang Date: Mon, 14 Dec 2015 17:19:19 -0500 Subject: [PATCH] test whether bindeps works well on travis CI to install cblas --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f08e176e..ded60f004 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,9 @@ addons: - git - libcurl4-openssl-dev - unzip - - libatlas-base-dev - - libatlas-dev - - libopencv-dev + #- libatlas-base-dev + #- libatlas-dev + #- libopencv-dev - gcc-4.8 - g++-4.8