Skip to content

Commit

Permalink
Merge pull request #46 from mgdm/travis-php7
Browse files Browse the repository at this point in the history
Default to PHP 7.0 for Travis builds
  • Loading branch information
mgdm committed Aug 28, 2016
2 parents 0fcd9f2 + 46e1c32 commit fb2d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/compile-php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fb2d4dc

Please sign in to comment.