remove travis
[m6w6/ext-pq] / travis / compile-ext-pq.sh
diff --git a/travis/compile-ext-pq.sh b/travis/compile-ext-pq.sh
deleted file mode 100755 (executable)
index a7813fe..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -x
-
-set -e
-
-$HOME$BUILD_INSTALL_DIR/bin/phpize
-./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config --with-pq
-
-make -j2 --quiet install
-
-echo 'extension=pq.so' > $HOME$BUILD_INSTALL_DIR/conf.d/20-pq.ini