From ae09da9e66e73821183c1bdb4991f92c24b05545 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 12 Jan 2015 21:29:02 -0800 Subject: More travis fixes. --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2c4671b..b0c0100 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,13 +15,11 @@ before_install: sudo apt-get install -qq cmake python3 valgrind elif [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ] then - echo 'Building without python3, to make sure that works.' + brew update + brew install valgrind + # Building without python3, to make sure that works. fi script: - make - make test - - | - if [ ${TRAVIS_ON_NAME:-'linux'} = 'linux' ] - then - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck - fi + - make leakcheck -- cgit v1.2.3