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