Skip to content

Commit 904210e

Browse files
committed
Install Eigen3 on Travis
1 parent c3d88e9 commit 904210e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- cmake
2727
- gfortran
2828
- libboost-math-dev
29+
- libeigen3-dev
2930
env:
3031
- CXX_COMPILER='clang++'
3132
- C_COMPILER='clang'
@@ -40,6 +41,7 @@ jobs:
4041
- cmake
4142
- gfortran
4243
- libboost-math-dev
44+
- libeigen3-dev
4345
env:
4446
- CXX_COMPILER='g++'
4547
- C_COMPILER='gcc'
@@ -56,6 +58,7 @@ jobs:
5658
- gfortran
5759
- lcov
5860
- libboost-math-dev
61+
- libeigen3-dev
5962
env:
6063
- CXX_COMPILER='g++'
6164
- C_COMPILER='gcc'

0 commit comments

Comments
 (0)