From a70c464ea9e6b2887cbcbf484bcff88e161b4fd6 Mon Sep 17 00:00:00 2001
From: Carlo Camilloni <carlo.camilloni@gmail.com>
Date: Wed, 7 Oct 2015 23:14:30 +0200
Subject: [PATCH] almost there [almost]

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c66868ac7..695a200cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ install:
   - if test "$ALMOST" == yes ; then sudo apt-get install libatlas-base-dev      ; fi
   - if test "$ALMOST" == yes ; then ./.travis/install.almost                     ; fi
   - if test "$ALMOST" == yes ; then ENALMOST="--enable-almost"                 ; fi
-  - if test "$ALMOST" == yes ; then export INCLUDE="$HOME/opt/include/almost:$INCLUDE"  ; fi
+  - if test "$ALMOST" == yes ; then PLUMED_CPPFLAGS="-I$HOME/opt/include -I$HOME/opt/include/almost"  ; fi
 # moreover, we hardcode path to dynamic library, required for xdrfile to link properly
 # I do it only when LD_LIBRARY_PATH is non blank, since otherwise clang gives problems
   - if test -n "$LD_LIBRARY_PATH" ; then PLUMED_LDFLAGS="-Wl,-rpath,$LD_LIBRARY_PATH" ; fi
-- 
GitLab