From 8ba457956ac9a0c83092d1503b3f2a3d85b48ec5 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 29 Jun 2017 17:17:48 +0200 Subject: [PATCH] travis: Run integration tests with and without valgrind on travis Run one travis build with valgrind on legacy tests, off on new daemon tests, and another build with the roles switched. Should also speed this up a bit since we run in parallel. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6b3684a89..a7dd5fde3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: c dist: trusty sudo: true +env: + - NOVALGRIND=1 NO_VALGRIND=0 + - NOVALGRIND=0 NO_VALGRIND=1 + # Trusty (aka 14.04) is way way too old, so run in docker... script: - docker pull cdecker/lightning-ci > /dev/null