From a816f32aec72ec0b0f166a3a6aca6c264ec850c8 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Wed, 12 Oct 2016 15:45:43 +0200 Subject: [PATCH] Make sure all modules are tested --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84a52c48d..b10e569a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,8 +118,8 @@ install: - if test -n "$PLUMED_MACPORTS" ; then ./.travis/config.macports.sh ; fi script: -# we enable crystallization and manyrestraints modules - - CONFIG_FLAGS="$CONFIG_FLAGS --enable-modules=crystallization:manyrestraints:adjmat" +# make sure all modules are enabled + - CONFIG_FLAGS="$CONFIG_FLAGS --enable-modules=all" # we enable fftw, which is off by default - CONFIG_FLAGS="$CONFIG_FLAGS --enable-fftw" - if test "$MAKEDOC" == yes ; then CONFIG_FLAGS="$CONFIG_FLAGS --enable-pdfdoc" ; fi -- GitLab