Skip to content

Commit

Permalink
Fix travis fortran standard declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Sep 24, 2019
1 parent 83c5106 commit 80a8aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ matrix:
- valgrind
- os: linux
env: FLIBCPP_DEV=OFF GENERATOR=make
FLIBCPP_FORTRAN_STD=f2003
FLIBCPP_FORTRAN_STD=03
GCC_VERSION=8
- os: linux
env: FLIBCPP_DEV=OFF GENERATOR=make
FLIBCPP_FORTRAN_STD=f2008
FLIBCPP_FORTRAN_STD=08
GCC_VERSION=9
# Build phases
before_install:
Expand Down

0 comments on commit 80a8aaf

Please sign in to comment.