summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-12 21:12:05 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-12 21:12:05 -0800
commit2d992249c84220b36fa61985667c836a95bf118a (patch)
treea556c59f7ea80a3dd768da176984904932247fde /.travis.yml
parent47d27c2763599af741e2c4fa30cea15fe2990d29 (diff)
Fixed travis (I hope).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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