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