Skip to content

Commit 8089299

Browse files
committed
Fix packages to install
1 parent 3e217fe commit 8089299

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

.travis.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,42 +17,46 @@ env:
1717
- PIPENV_VENV_IN_PROJECT=1
1818
- PIPENV_IGNORE_VIRTUALENVS=1
1919

20-
addons:
21-
apt:
22-
packages:
23-
- cmake
24-
- gfortran
25-
- libboost-math-dev
26-
2720
jobs:
2821
include:
2922
- os: linux
3023
addons:
3124
apt:
3225
packages:
3326
- clang
27+
- cmake
28+
- gfortran
29+
- libboost-math-dev
3430
env:
3531
- CXX_COMPILER='clang++'
3632
- C_COMPILER='clang'
3733
- Fortran_COMPILER='gfortran'
3834
- BUILD_TYPE='release'
3935
- os: linux
40-
addons:
36+
addons: *common
4137
apt:
4238
packages:
4339
- g++
4440
- gcc
41+
- cmake
42+
- gfortran
43+
- libboost-math-dev
4544
env:
46-
- CXX_COMPILER='g++-6'
47-
- C_COMPILER='gcc-6'
48-
- Fortran_COMPILER='gfortran-6'
45+
- CXX_COMPILER='g++'
46+
- C_COMPILER='gcc'
47+
- Fortran_COMPILER='gfortran'
4948
- BUILD_TYPE='release'
5049
- STATIC='--static'
5150
- os: linux
52-
addons:
51+
addons: *common
5352
apt:
5453
packages:
54+
- cmake
55+
- g++
56+
- gcc
57+
- gfortran
5558
- lcov
59+
- libboost-math-dev
5660
env:
5761
- CXX_COMPILER='g++'
5862
- C_COMPILER='gcc'

0 commit comments

Comments
 (0)