Skip to content

Commit df6a85d

Browse files
committed
update travis.yml for gfortran 5.1
1 parent 37db806 commit df6a85d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ install:
5353
mkdir "$HOME/.local/bin"
5454
fi
5555
- export PATH="$HOME/.local/bin:$PATH"
56-
- export FC=/usr/bin/gfortran-4.9
57-
- ln -fs /usr/bin/gfortran-4.9 "$HOME/.local/bin/gfortran" && gfortran --version
58-
- ls -l /usr/bin/gfortran-4.9
59-
- ln -fs /usr/bin/gcov-4.9 "$HOME/.local/bin/gcov" && gcov --version
56+
- export FC=/usr/bin/gfortran-5.1
57+
- ln -fs /usr/bin/gfortran-5.1 "$HOME/.local/bin/gfortran" && gfortran --version
58+
- ls -l /usr/bin/gfortran-5.1
59+
- ln -fs /usr/bin/gcov-5.1 "$HOME/.local/bin/gcov" && gcov --version
6060
- |
6161
if ! which f90split; then
6262
wget http://people.sc.fsu.edu/~jburkardt/f_src/f90split/f90split.f90 && \

0 commit comments

Comments
 (0)