Install bc in travis.

This commit is contained in:
Joakim Hove 2017-03-30 10:59:02 +02:00
parent 0b0ef7e20f
commit 45863ac88d

View File

@ -17,6 +17,7 @@ addons:
- libgmp3-dev
- libsuitesparse-dev
- libeigen3-dev
- bc
before_script:
- export CXX="g++-4.8" CC="gcc-4.8" FC="gfortran-4.8"