php-bitpay-client/Makefile
2014-11-03 13:07:22 -05:00

10 lines
186 B
Makefile

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