From: Michael Wallner Date: Fri, 7 Aug 2015 19:51:02 +0000 (+0200) Subject: travis (precise) comes with php-5.3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpecl-ci;a=commitdiff_plain;h=cebb9675e8d36318a928cfa48402fcc434cc7b5d travis (precise) comes with php-5.3 --- diff --git a/Makefile b/Makefile index 88d36a9..7274717 100644 --- a/Makefile +++ b/Makefile @@ -128,4 +128,4 @@ test: php REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests pharext/%: $(PECL_INI) php | $(srcdir)/../%.ext.phar - for phar in $|; do $$phar --prefix=$(prefix) --ini=$(PECL_INI); done + for phar in $|; do $(bindir)/php $$phar --prefix=$(prefix) --ini=$(PECL_INI); done