Skip to content

Commit

Permalink
Something odd with OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
TadasBaltrusaitis committed Dec 21, 2016
1 parent 6f78c1b commit 1050e89
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,9 @@ before_install:
export CXX="clang++-3.4";
fi
fi

# OpenCV dependencies for osx
- if [ ${TRAVIS_OS_NAME} = osx ]; then
brew update;
brew tap homebrew/science;
/usr/bin/yes | pip uninstall numpy;
brew install tbb
fi


before_script:
# Installing openCV 3.1
- wget https://github.com/Itseez/opencv/archive/3.1.0.zip
- wget https://github.com/Itseez/opencv/archive/3.1.0.zip
- sudo unzip 3.1.0.zip
- cd opencv-3.1.0
- sudo mkdir build
Expand Down

0 comments on commit 1050e89

Please sign in to comment.