diff --git a/.travis.yml b/.travis.yml index 7ed17c542e5..1992b7e7387 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,13 +17,13 @@ before_install: before_script: - export CC=mpicc - - export FC=mpifort + - export FC=mpif90 - export CPPFLAGS='-I/usr/include' env: global: - CC=mpicc - - FC=mpifort + - FC=mpif90 - CPPFLAGS='-I/usr/include' - CFLAGS='-std=c99' - LDFLAGS='-L/usr/lib'