aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: b96f79b7588d90c6314f00af39c1d969d7f8c089 (plain)
  1. language: c
  2. compiler:
  3. - clang
  4. - gcc
  5. before_install:
  6. # we need a more recent cmake than travis provides (at least 2.8.9):
  7. - echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
  8. - sudo apt-get update -qq
  9. - sudo apt-get install -qq cmake python3 pandoc valgrind
  10. script:
  11. - make testtarball
  12. - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck