From 2d992249c84220b36fa61985667c836a95bf118a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 12 Jan 2015 21:12:05 -0800 Subject: Fixed travis (I hope). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fb2d83e..8f1d4d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: sudo apt-get install -qq cmake python3 valgrind elif [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ] then - # We test on OSX without python3, to make sure that works + echo 'Building without python3, to make sure that works.' fi script: - make -- cgit v1.2.3