diff options
Diffstat (limited to 'framework/src/suricata/qa/travis-libhtp.sh')
-rwxr-xr-x | framework/src/suricata/qa/travis-libhtp.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/src/suricata/qa/travis-libhtp.sh b/framework/src/suricata/qa/travis-libhtp.sh new file mode 100755 index 00000000..febe1fe7 --- /dev/null +++ b/framework/src/suricata/qa/travis-libhtp.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -ex +git clone https://github.com/ironbee/libhtp -b 0.5.x |