Skip to content

Commit 068e193

Browse files
committed
try gfortran-5 for travis builds.
1 parent e417f85 commit 068e193

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
@@ -18,7 +18,7 @@ addons:
1818
- kalakris-cmake
1919
- ubuntu-toolchain-r-test
2020
packages:
21-
- gfortran-4.9
21+
- gfortran-5
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="./build.sh --coverage --skip-documentation &&
45+
BUILD_SCRIPT="gfortran --version && ./build.sh --coverage --skip-documentation &&
4646
./build.sh --coverage --enable-unicode"
4747
CODE_COVERAGE="yes"
4848
DEPLOY_DOCUMENTATION="yes"

0 commit comments

Comments
 (0)