Skip to content
Snippets Groups Projects
Commit 52ef796d authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

fix travis.yml

parent dd75421f
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ install:
# install doxygen-latex
- if test "$MAKEDOC" == yes ; then sudo apt-get install -y doxygen-latex ; fi
# install aspell
- if test "$MAKEDOC" == yes ; then sudo apt-get install -y sudo apt-get install aspell aspell-en ; fi
- if test "$MAKEDOC" == yes ; then sudo apt-get install -y aspell aspell-en ; fi
# install lcov
- if test "$MAKECOVERAGE" == yes ; then ./.travis/install.lcov v1.13 ; fi
# install numpy and cython for python interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment