diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b96f79b..07c11f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ 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 pandoc valgrind + - sudo apt-get install -qq cmake python3 valgrind script: - make testtarball - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck |