Skip to content
Snippets Groups Projects
Commit c6b54265 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

[travis] Add missing dependencies.

parent ee3c525c
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ script: "./.travis/build" ...@@ -6,7 +6,7 @@ script: "./.travis/build"
before_install: before_install:
- git submodule update --init --recursive - git submodule update --init --recursive
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev - sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran
- sudo pip install cpp-coveralls --use-mirrors - sudo pip install cpp-coveralls --use-mirrors
after_success: after_success:
- coveralls -e _travis/install -e tests - coveralls -e _travis/install -e tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment