Skip to content

Commit

Permalink
Make pecl install verbose to check what is falling at travis when
Browse files Browse the repository at this point in the history
install ssh2-beta ext. to check what is falling at travis when install
ssh2-beta ext.
  • Loading branch information
l3l0 committed Apr 20, 2013
1 parent 8e62142 commit 1ebd120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/configure_test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sudo apt-get update -qq
sudo apt-get install -qq libssh2-1-dev libssh2-php
sudo pecl install mongo &> /dev/null
touch .interactive
(sudo pecl install -f ssh2-beta < .interactive) &> /dev/null
(sudo pecl install -f ssh2-beta < .interactive)

cp tests/Gaufrette/Functional/adapters/DoctrineDbal.php.dist tests/Gaufrette/Functional/adapters/DoctrineDbal.php -f

0 comments on commit 1ebd120

Please sign in to comment.