Skip to content

Commit 5832f94

Browse files
committed
try gfortran 5.1 for travis builds.
1 parent 068e193 commit 5832f94

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ addons:
1818
- kalakris-cmake
1919
- ubuntu-toolchain-r-test
2020
packages:
21-
- gfortran-5
21+
- gfortran-5.1
2222
- binutils
2323
- cmake
2424
- python-pip
@@ -42,7 +42,7 @@ env:
4242
4343
# build with build.sh, make documentation, run unit tests and perform coverage analysis
4444
- >
45-
BUILD_SCRIPT="gfortran --version && ./build.sh --coverage --skip-documentation &&
45+
BUILD_SCRIPT="./build.sh --coverage --skip-documentation &&
4646
./build.sh --coverage --enable-unicode"
4747
CODE_COVERAGE="yes"
4848
DEPLOY_DOCUMENTATION="yes"
@@ -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)