Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

12 řádky
274 B

  1. #!/bin/bash
  2. curl -sS https://getcomposer.org/installer | php -d suhosin.executor.include.whitelist=phar
  3. php -d suhosin.executor.include.whitelist=phar ./composer.phar install
  4. if [ "$1" == "hhvm" ]; then
  5. rake test:hhvm --trace
  6. else
  7. rake test:php --trace
  8. fi