Commit 60f3e876c5a75ff89d021fbdec6426ad4a7a2379

Carlos Martín Nieto 2014-11-22T18:42:00

Travis: move the valgrind run to allowed_failures We don't need to know the result of the travis run before determining whether we want to consider the merge as successful.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/.travis.yml b/.travis.yml
index 589edfa..92f190d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,9 @@ matrix:
      os: linux
  allow_failures:
    - env: COVERITY=1
-   - env: VALGRIND=1
+   - env:
+       - VALGRIND=1
+         OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Debug"
 
 install:
   - ./script/install-deps-${TRAVIS_OS_NAME}.sh