prepare travis
[m6w6/ext-http] / travis / brotli.sh
diff --git a/travis/brotli.sh b/travis/brotli.sh
new file mode 100755 (executable)
index 0000000..1a9f6cd
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+git clone https://github.com/google/brotli.git
+cd brotli
+git checkout v1.0.2
+./bootstrap
+./configure --prefix=/home/travis/brotli
+make -j2
+make install