From f2563b2ae432382a87e6b8d8dff1174577200f6f Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Wed, 3 Jun 2015 09:55:41 +0200
Subject: [PATCH] missing space

travis is very picky and does not understand "allow_failure"
if there is a wrong number of spaces
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 826a6200e..30385695f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ env:
   - PLUMED_CC=gcc   PLUMED_CXX=g++   CPPCHECK=yes
 matrix:
   allow_failures:
-    - env: PLUMED_CC=gcc   PLUMED_CXX=g++  CPPCHECK=yes
+    - env: PLUMED_CC=gcc   PLUMED_CXX=g++   CPPCHECK=yes
 # Possible additional variables:
 #   VALGRIND=yes to make valgrind tests, only when log contains string [valgrind]
 install:
-- 
GitLab