From 223f1528b65e38fcdae2250983905ce4ac79cb50 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Sun, 25 Jun 2017 20:11:43 +0200 Subject: [PATCH] allow docker to fail it has some problem with travis-ci --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 911c564f4..88f673c7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,9 +85,9 @@ matrix: - $HOME/.macports-ci-ccache # I don't put any mpi variant with macports since it takes too long to compile ## This command can be used to allow failures: -## allow_failures: -## # I allow this to fail temporarily -## - env: CPPCHECK=yes CPPCHECK_VERSION=1.74 + allow_failures: +# I allow this to fail temporarily + - env: PLUMED_DOCKER=yes ## Possible additional variables: # VALGRIND=yes to make valgrind tests, only when log contains string [valgrind] install: -- GitLab