Skip to content

Commit

Permalink
Merge pull request #824 from sergeysviridenko/3.2.yaml_ext
Browse files Browse the repository at this point in the history
Fixed yaml extension in tests
  • Loading branch information
sergeyklay authored Sep 27, 2017
2 parents 331c5e5 + 4d4f2e5 commit 8cf7cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_ci/install_prereqs_5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
printf "\n" | pecl install --force apcu-4.0.11 &> /dev/null
printf "\n" | pecl install --force igbinary &> /dev/null
printf "\n" | pecl install --force imagick &> /dev/null
printf "\n" | pecl install --force yaml &> /dev/null
printf "\n" | pecl install --force yaml-1.3.1 &> /dev/null

echo 'extension="mongo.so"' >> "$(phpenv root)/versions/$(phpenv version-name)/etc/php.ini"
echo 'extension="mongodb.so"' >> "$(phpenv root)/versions/$(phpenv version-name)/etc/php.ini"
Expand Down

0 comments on commit 8cf7cf2

Please sign in to comment.