aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-09-19 02:23:53 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-09-19 02:23:53 +0200
commitfdef6f3545bd4a8e722b2ace144a2b73a782f265 (patch)
treec6673145cdc7bb6477626163192d70ab9edbb675 /.travis.yml
parent601928cc8ee1788098ea3dcdc4180b75b380bc84 (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.yml1
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