We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a76fb3 commit da3cfbeCopy full SHA for da3cfbe
.travis.yml
@@ -56,7 +56,7 @@ install:
56
- export FC=/usr/bin/gfortran-5
57
- ln -fs /usr/bin/gfortran-5 "$HOME/.local/bin/gfortran" && gfortran --version
58
- ls -l /usr/bin/gfortran-5
59
- - ln -fs /usr/bin/gcov-4.9 "$HOME/.local/bin/gcov" && gcov --version
+ - ln -fs /usr/bin/gcov-5 "$HOME/.local/bin/gcov" && gcov --version
60
- perl --version
61
- |
62
if ! which f90split; then
0 commit comments