Skip to content

Commit 80a8aaf

Browse files
committed
Fix travis fortran standard declaration
1 parent 83c5106 commit 80a8aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ matrix:
1919
- valgrind
2020
- os: linux
2121
env: FLIBCPP_DEV=OFF GENERATOR=make
22-
FLIBCPP_FORTRAN_STD=f2003
22+
FLIBCPP_FORTRAN_STD=03
2323
GCC_VERSION=8
2424
- os: linux
2525
env: FLIBCPP_DEV=OFF GENERATOR=make
26-
FLIBCPP_FORTRAN_STD=f2008
26+
FLIBCPP_FORTRAN_STD=08
2727
GCC_VERSION=9
2828
# Build phases
2929
before_install:

0 commit comments

Comments
 (0)