Your IP : 18.118.126.145


Current Path : /var/test/www/opcart/vendor/braintree/braintree_php/
Upload File :
Current File : /var/test/www/opcart/vendor/braintree/braintree_php/ci.sh

#!/bin/bash

curl -sS https://getcomposer.org/installer | php -d suhosin.executor.include.whitelist=phar

php -d suhosin.executor.include.whitelist=phar ./composer.phar install

if [ "$1" == "hhvm" ]; then
  rake test:hhvm --trace
else
  rake test:php --trace
fi