Skip to content

Commit

Permalink
travis gfortran 6
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Feb 11, 2018
1 parent 1feb63e commit 9788e01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -16,15 +16,19 @@ os:

group: travis_latest

env: FC=gfortran-6

git:
depth: 3


addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gfortran-6
- octave
- gfortran


install: pip -q install -e .[tests]
Expand Down
1 change: 1 addition & 0 deletions fortran/Test.f90
Expand Up @@ -91,4 +91,5 @@ program Test
call enu2ecef(ae1,an1,au1,lat,lon,alt, ax3, ay3, aaaz3)
call enu2geodetic(ae2,an2,au2,lat,lon,alt,alat4, alon4, aalt4)

print *,'Maptran OK'
end program

0 comments on commit 9788e01

Please sign in to comment.