diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-09-19 02:23:53 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-09-19 02:23:53 +0200 |
commit | fdef6f3545bd4a8e722b2ace144a2b73a782f265 (patch) | |
tree | c6673145cdc7bb6477626163192d70ab9edbb675 /.travis.yml | |
parent | 601928cc8ee1788098ea3dcdc4180b75b380bc84 (diff) |
Fixed broken `make dist' and added CI check.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 |