From 5dfc99f92601d8e11aba592c8b0e93cdb294aa0a Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Tue, 6 Oct 2015 18:03:11 +0200 Subject: [PATCH] Made CPPCHECK test compulsory --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca2aee8f9..185b71a94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,6 @@ env: - PLUMED_CC=mpicc PLUMED_CXX=mpic++ PLUMED_CXXFLAGS=-O3 LAPACK=yes # cppcheck - CPPCHECK=yes -matrix: - allow_failures: - - env: CPPCHECK=yes # Possible additional variables: # VALGRIND=yes to make valgrind tests, only when log contains string [valgrind] install: -- GitLab