diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-06-07 16:22:49 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-06-07 16:22:49 +0200 |
commit | 5954e46340c4851d40aecece4622f5082398ad66 (patch) | |
tree | 50f70792526ab0b3836c7358aafbcc26e660ac52 /.travis.yml | |
parent | 54e0601fec5330aa93810c7212dde233c4354379 (diff) |
Build system cleanup / cosmetics.1.4
* libnDPI submodule update
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 fd43b0a91..824c2ddf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ script: - ./build/nDPId-test || test $? -eq 1 - ./build/nDPId -h || test $? -eq 1 # dameon start/stop test -- ./daemon.sh ./build/nDPId ./build/nDPIsrvd -- ./daemon.sh ./build/nDPId ./build/nDPIsrvd +- ./scripts/daemon.sh ./build/nDPId ./build/nDPIsrvd +- ./scripts/daemon.sh ./build/nDPId ./build/nDPIsrvd |