php-bitpay-client/Makefile
2014-12-11 15:29:22 -05:00

10 lines
145 B
Makefile

setup:
composer.phar install
npm install
test:
php ./bin/phpunit -c build/
phantomjs:
phantomjs --webdriver=8643 --ignore-ssl-errors=yes &