Skip to content

Commit

Permalink
Updated with nDPI 3.4 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Nov 2, 2020
1 parent 870b40b commit 65ea9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- sudo apt-get install libglib2.0 libxml2-dev libpcap-dev librrd-dev redis-server libsqlite3-dev libhiredis-dev libmaxminddb-dev libcurl4-openssl-dev libzmq3-dev git libjson-c-dev

before_script:
- git clone https://github.com/ntop/nDPI.git; cd nDPI; ./autogen.sh; make; cd ..
- git clone -b 3.4-stable https://github.com/ntop/nDPI.git; cd nDPI; ./autogen.sh; make; cd ..
- ./autogen.sh

script:
Expand Down

0 comments on commit 65ea9a7

Please sign in to comment.