Commit 00a33506 authored by Patrik Huber's avatar Patrik Huber

Remove libeigen3-dev from .travis.yml

Travis only has Eigen-3.2.0, while the new pybind11 Eigen bindings require 3.2.7 as minimum.
parent b0956444
......@@ -17,7 +17,7 @@ before_install:
- sudo apt-get update -q
- sudo apt-get install g++-4.9 gcc-5 g++-5 -y
- sudo apt-get install clang-3.5 clang-3.8 -y
- sudo apt-get install libboost-all-dev libeigen3-dev libopencv-dev -y
- sudo apt-get install libboost-all-dev libopencv-dev -y
before_script:
- mkdir build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment