- Commit
- 8641342054e886517461b667b1cd30c768f543bf
- Parent
- 6d27272e8b4eef0d8d4104a2922667cac1cc3247
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Travis: use 'make testtarball', install pandoc.
My personal build of CMark ✏️
Travis: use 'make testtarball', install pandoc.
1 file changed, 2 insertions, 3 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | .travis.yml | 5 | 2 | 3 |
diff --git a/.travis.yml b/.travis.yml @@ -4,7 +4,6 @@ compiler: - gcc before_install: - sudo apt-get update -qq - - sudo apt-get install -qq re2c + - sudo apt-get install -qq re2c pandoc script: - - make archive - - make testarchive + - make testtarball