From 8e0f25192e6ece5c77fb69d8f4032761f85a566f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 12 Jan 2015 21:34:22 -0800 Subject: Another try at .travis.yml. --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b0c0100..4ef377d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,11 +15,13 @@ before_install: sudo apt-get install -qq cmake python3 valgrind elif [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ] then - brew update - brew install valgrind - # Building without python3, to make sure that works. + echo "Building without python3, to make sure that works." fi script: - make - make test - - make leakcheck + - | + if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ] + then + make leakcheck + fi -- cgit v1.2.3