From 595825d60bbef11e78fa5728c285d483019a8532 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 2 Sep 2015 22:26:53 +0300 Subject: [PATCH] Install valgrind in TravisCI script --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 386cf9c..0d5e83d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,6 +61,8 @@ before_install: - TRAVIS_BUILD_DIR=$BOOST/libs/$PROJECT_TO_TEST - ./bootstrap.sh - ./b2 headers + - sudo apt-get update -qq + - sudo apt-get install -qq valgrind - cd $BOOST/libs/$PROJECT_TO_TEST/test/ script: