prepare v4.2.5
[m6w6/ext-http] / travis / brotli.sh
diff --git a/travis/brotli.sh b/travis/brotli.sh
deleted file mode 100755 (executable)
index 322a3c3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-if test -n "$with_http_libbrotli_dir" && test "$with_http_libbrotli_dir" != "no"; then
-       git clone https://github.com/google/brotli.git /home/travis/brotli.git
-       cd /home/travis/brotli.git
-       git checkout v1.0.2
-       ./bootstrap
-       ./configure --prefix=/home/travis/brotli
-       make -j2
-       make install
-fi