diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8a504fa..fac2dd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: - gcc before_install: - sudo apt-get update -qq - - sudo apt-get install -qq pandoc re2c valgrind + - sudo apt-get install -qq python3 pandoc re2c valgrind script: - make testtarball - - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck
\ No newline at end of file + - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck |