From: Michael Wallner Date: Mon, 27 Jul 2015 09:46:07 +0000 (+0200) Subject: fix URL for travis build X-Git-Tag: v0.6.0RC2~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=46fff14a4d937206e6941897148f901431a7565a fix URL for travis build --- diff --git a/travis/compile-ext-raphf.sh b/travis/compile-ext-raphf.sh index 2b2f013..4c5cb90 100755 --- a/travis/compile-ext-raphf.sh +++ b/travis/compile-ext-raphf.sh @@ -2,11 +2,11 @@ set -e -git clone --depth 1 https://github.com/php/pecl-php-raphf $HOME$BUILD_SRC_DIR/raphf +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 --enable-raphf +./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config make -j2 --quiet install