From 29d1eb59ead1b600cf8494ee59ab17a9ca8d7b61 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 6 Oct 2017 17:54:32 +0200 Subject: [PATCH] Install all dependencies but PECL extensions. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65b7abe..3424b05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,6 @@ before_script: fi - pear install channel://pear.horde.org/Horde_Test - - pear install package.xml + - pear install -a -B package.xml script: - php $(find test -name AllTests.php)