- Commit
- 065b31e17c4f5ea61aa15af8fb8af5bdecde796f
- Parent
- f474ac349069ad5c07050a54fbd0a10262acd23c
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Merge pull request #66 from omasanori/roundtrip
Split roundtrip_test and leakcheck.
My personal build of CMark ✏️
Merge pull request #66 from omasanori/roundtrip
Split roundtrip_test and leakcheck.
1 file changed, 4 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | .travis.yml | 4 | 4 | 0 |
diff --git a/.travis.yml b/.travis.yml @@ -30,5 +30,9 @@ script: if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ] then make roundtrip_test + fi + - | + if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ] + then make leakcheck fi