aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 8a504fa427c3236c0b8d5165630f3467e357d814 (plain)
  1. language: c
  2. compiler:
  3. - clang
  4. - gcc
  5. before_install:
  6. - sudo apt-get update -qq
  7. - sudo apt-get install -qq pandoc re2c valgrind
  8. script:
  9. - make testtarball
  10. - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck