Skip to content

Commit e80be58

Browse files
committed
adding gfortran to travis build
1 parent c7dcfcf commit e80be58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ matrix:
1111
cache:
1212
directories:
1313
- /home/travis/.julia
14-
14+
addons:
15+
apt_packages:
16+
- gfortran
1517
script:
1618
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1719
- julia -e 'Pkg.clone(pwd())'

0 commit comments

Comments
 (0)