Skip to content

Commit 80458f7

Browse files
committed
Remove dereference
1 parent 8089299 commit 80458f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- Fortran_COMPILER='gfortran'
3434
- BUILD_TYPE='release'
3535
- os: linux
36-
addons: *common
36+
addons:
3737
apt:
3838
packages:
3939
- g++
@@ -48,7 +48,7 @@ jobs:
4848
- BUILD_TYPE='release'
4949
- STATIC='--static'
5050
- os: linux
51-
addons: *common
51+
addons:
5252
apt:
5353
packages:
5454
- cmake

0 commit comments

Comments
 (0)