diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-12 21:12:05 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-12 21:12:05 -0800 |
commit | 2d992249c84220b36fa61985667c836a95bf118a (patch) | |
tree | a556c59f7ea80a3dd768da176984904932247fde | |
parent | 47d27c2763599af741e2c4fa30cea15fe2990d29 (diff) |
Fixed travis (I hope).
-rw-r--r-- | .travis.yml | 2 |
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 |