cmark

My personal build of CMark ✏️

Commit
408f99794c2fa1f76c69278746b09fb37bedfa0e
Parent
f40e09807bd01f83cba0c411b1a76462038c330d
Author
John MacFarlane <jgm@berkeley.edu>
Date

Travis: only do roundtrip test on linux.

We need python3, and we're testing the OSX install without python3.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified .travis.yml 2 1 1
diff --git a/.travis.yml b/.travis.yml
@@ -20,9 +20,9 @@ before_install:
 script:
  - make
  - make test
- - make roundtrip_test
  - |
      if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ]
      then
+         make roundtrip_test
          make leakcheck
      fi