From 051ffbf06cf38a1240218173e89224348d8abfd4 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Wed, 13 Mar 2019 13:53:33 -0600 Subject: [PATCH] trying cmake build in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 111639746c9..8e9825157c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_script: env: global: - CC=mpicc - - FC=mpifort + - FC=mpifc - CPPFLAGS='-I/usr/include' - CFLAGS='-std=c99' - LDFLAGS='-L/usr/lib'