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 e417f85 commit 068e193Copy full SHA for 068e193
.travis.yml
@@ -18,7 +18,7 @@ addons:
18
- kalakris-cmake
19
- ubuntu-toolchain-r-test
20
packages:
21
- - gfortran-4.9
+ - gfortran-5
22
- binutils
23
- cmake
24
- python-pip
@@ -42,7 +42,7 @@ env:
42
43
# build with build.sh, make documentation, run unit tests and perform coverage analysis
44
- >
45
- BUILD_SCRIPT="./build.sh --coverage --skip-documentation &&
+ BUILD_SCRIPT="gfortran --version && ./build.sh --coverage --skip-documentation &&
46
./build.sh --coverage --enable-unicode"
47
CODE_COVERAGE="yes"
48
DEPLOY_DOCUMENTATION="yes"
0 commit comments