From 46e1c3289f3d562de2b95615b6ce462dc1807b5a Mon Sep 17 00:00:00 2001 From: Michael Maclean Date: Sat, 27 Aug 2016 21:48:30 +0100 Subject: [PATCH] Default to PHP 7.0 for Travis builds --- travis/compile-php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/compile-php.sh b/travis/compile-php.sh index eb328f9..16b33e3 100755 --- a/travis/compile-php.sh +++ b/travis/compile-php.sh @@ -3,7 +3,7 @@ set -e mkdir -p $HOME/php git clone https://github.com/php/php-src $HOME/php/src cd $HOME/php/src -git checkout PHP-5.6 +git checkout PHP-7.0 ./buildconf --force ./configure \ --prefix=$HOME \