Removing sudo on travis

This commit is contained in:
shoghicp 2013-02-26 12:18:05 +01:00
parent 44dc1b13e3
commit 0852c42de7

View File

@ -4,7 +4,7 @@ php:
- 5.4
before_script:
- sudo pecl install channel://pecl.php.net/pthreads-0.0.42
- pecl install channel://pecl.php.net/pthreads-0.0.42
- git clone --depth=100 --quiet --branch=tests git://github.com/shoghicp/PocketMine-MP.git $(pwd)/tests/
script: