Skip to content

Commit

Permalink
Updates travis for nDPI version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonemainardi committed Dec 3, 2017
1 parent 7cf983c commit a79e5f7
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 libgeoip-dev libcurl4-openssl-dev libzmq3-dev git

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

script:
Expand Down

0 comments on commit a79e5f7

Please sign in to comment.