You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 rivejä
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