1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 22:01:33 +01:00

fix URL for travis build

This commit is contained in:
Michael Wallner 2015-07-27 11:46:07 +02:00
parent f5a127c38d
commit 46fff14a4d

View File

@ -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