From cebb9675e8d36318a928cfa48402fcc434cc7b5d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 7 Aug 2015 21:51:02 +0200 Subject: [PATCH] travis (precise) comes with php-5.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2