diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4f5b66bbb..cbe38fc05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -179,6 +179,7 @@ script: - if [ -n "$QA_FUZZ" ]; then ./configure --enable-fuzztargets ; else ./configure ; fi - make - make -C example ndpiSimpleIntegration + - make dist #after_script: - cd tests |