Skip to content
Snippets Groups Projects
Commit bca95932 authored by olivier stasse's avatar olivier stasse Committed by Valenza Florian
Browse files

[Travis] Put APT_DEPENDENCIES at the before_install step

parent f0c47e59
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,6 @@ allow_failures:
script: ./.travis/run build
after_success: ./.travis/run after_success
after_failure: ./.travis/run after_failure
before_install: ./.travis/run before_install
\ No newline at end of file
before_install:
- "APT_DEPENDENCIES=doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev python-sphinx"
- ./.travis/run before_install
\ No newline at end of file
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