diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fac2dd4..67ad397 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,10 @@ 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 python3 pandoc re2c valgrind + - sudo apt-get install -qq cmake python3 pandoc re2c valgrind script: - make testtarball - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck |