cmark

My personal build of CMark ✏️

Commit
2d992249c84220b36fa61985667c836a95bf118a
Parent
47d27c2763599af741e2c4fa30cea15fe2990d29
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed travis (I hope).

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
@@ -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