diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-12-31 17:01:13 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-12-31 17:14:01 +0100 |
commit | e8a994cddc17eabaa415c73d970205aa489a756c (patch) | |
tree | eb3e9f177bd4f9bbcc15deabc9c764e421c59972 /.travis.yml | |
parent | fc9c8eed3d1b7f7608b8451c53b214e502f1b8f1 (diff) |
Recreate scanners.c only on demand
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 67ad397..b96f79b 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 re2c valgrind + - sudo apt-get install -qq cmake python3 pandoc valgrind script: - make testtarball - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck |