- Commit
- 92720b7d00085f4cd77a59a20095dde7f46048c7
- Parent
- 1c20b4a3cf07f95b2a9ab76f2598526130b9a97e
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Fixed .travis.yml for osx.
My personal build of CMark ✏️
Fixed .travis.yml for osx.
1 file changed, 2 insertions, 2 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | .travis.yml | 4 | 2 | 2 |
diff --git a/.travis.yml b/.travis.yml @@ -16,8 +16,8 @@ before_install: elif [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ] then brew update - brew outdated python3 || brew upgrade python3 - brew outdated valgrind || brew upgrade valgrind + brew install python3 + brew install valgrind fi script: - make testtarball