Replaced printf with echo

This commit is contained in:
Shoghi Cervantes 2014-01-30 00:42:10 +01:00
parent eca8fbce30
commit 7560a5416e

View File

@ -5,7 +5,7 @@ php:
before_script: before_script:
- pecl install channel://pecl.php.net/pthreads-0.1.0 - pecl install channel://pecl.php.net/pthreads-0.1.0
- printf "\n" | pecl install channel://pecl.php.net/yaml-1.1.1 - echo | pecl install channel://pecl.php.net/yaml-1.1.1
script: script:
- php src/tests/ServerSuiteTest.php --no-wizard - php src/tests/ServerSuiteTest.php --no-wizard