- Commit
- ae09da9e66e73821183c1bdb4991f92c24b05545
- Parent
- 53040da862b8f50f4f1af36b6c5e0a675640b052
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
More travis fixes.
My personal build of CMark ✏️
More travis fixes.
1 file changed, 4 insertions, 6 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | .travis.yml | 10 | 4 | 6 |
diff --git 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