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